IBasicEvents
, IBasicEvents2
_AdvancedRadiansRobot
, _AdvancedRobot
, AdvancedRobot
, RateControlRobot
, Robot
, TeamRobot
public 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, onWin
onBattleEnded
void 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
,
Event
Copyright © 2018. All rights reserved.