IBasicEventsIBasicEvents3_AdvancedRadiansRobot, _AdvancedRobot, AdvancedRobot, RateControlRobot, Robot, TeamRobotpublic interface IBasicEvents2 extends IBasicEvents
IBasicEvents interface.| Modifier and Type | Method | Description |
|---|---|---|
void |
onBattleEnded(BattleEndedEvent event) |
This method is called after the end of the battle, even when the battle is aborted.
|
onBulletHit, onBulletHitBullet, onBulletMissed, onDeath, onHitByBullet, onHitRobot, onHitWall, onRobotDeath, onScannedRobot, onStatus, onWinvoid onBattleEnded(BattleEndedEvent event)
Example:
public void onBattleEnded(BattleEndedEvent event) {
out.println("The battle has ended");
}
event - the BattleEndedEvent set by the gameBattleEndedEvent,
IBasicEvents3.onRoundEnded(RoundEndedEvent),
WinEvent,
DeathEvent,
EventCopyright © 2018. All rights reserved.