public interface IBasicEvents3 extends IBasicEvents2
IBasicEvents interface.| Modifier and Type | Method and Description |
|---|---|
void |
onRoundEnded(RoundEndedEvent event)
This method is called after the end of a round.
|
onBattleEndedonBulletHit, onBulletHitBullet, onBulletMissed, onDeath, onHitByBullet, onHitRobot, onHitWall, onRobotDeath, onScannedRobot, onStatus, onWinvoid 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 © 2021 Robocode. All Rights Reserved.