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 and Description |
|---|---|
IAdvancedEvents |
getAdvancedEventListener()
This method is called by the game to notify this robot about advanced
robot event.
|
getBasicEventListener, getRobotRunnable, setOut, setPeerIAdvancedEvents getAdvancedEventListener()
IAdvancedEvents listener.null if this robot should
not receive the notifications.Copyright © 2021 Robocode. All Rights Reserved.