public interface IAdvancedEvents
IAdvancedRobot
.IAdvancedRobot
Modifier and Type | Method and Description |
---|---|
void |
onCustomEvent(CustomEvent event)
This method is called when a custom condition is met.
|
void |
onSkippedTurn(SkippedTurnEvent event)
This method is called if the robot is using too much time between
actions.
|
void onSkippedTurn(SkippedTurnEvent event)
event
- the skipped turn event set by the gameSkippedTurnEvent
,
Event
void onCustomEvent(CustomEvent event)
sample.Target
robot.event
- the custom event that occurredAdvancedRobot.addCustomEvent(robocode.Condition)
,
CustomEvent
,
Event
Copyright © 2017. All rights reserved.