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