IBasicRobot
ITeamRobot
AdvancedRobot
, RateControlRobot
, TeamRobot
public interface IAdvancedRobot extends IBasicRobot
AdvancedRobot
that is able to handle advanced robot events.
An advanced robot allows non-blocking calls, custom events, get notifications
about skipped turns, and also allow writes to the file system.AdvancedRobot
,
IBasicRobot
,
IJuniorRobot
,
IInteractiveRobot
,
ITeamRobot
Modifier and Type | Method | Description |
---|---|---|
IAdvancedEvents |
getAdvancedEventListener() |
This method is called by the game to notify this robot about advanced
robot event.
|
getBasicEventListener, getRobotRunnable, setOut, setPeer
IAdvancedEvents getAdvancedEventListener()
IAdvancedEvents
listener.null
if this robot should
not receive the notifications.Copyright © 2018. All rights reserved.