Class HitWallEvent
java.lang.Object
dev.robocode.tankroyale.botapi.events.BotEvent
dev.robocode.tankroyale.botapi.events.HitWallEvent
-
Constructor Summary
ConstructorDescriptionHitWallEvent
(int turnNumber) Initializes a new instance of the BotHitWallEvent class. -
Method Summary
Methods inherited from class dev.robocode.tankroyale.botapi.events.BotEvent
getTurnNumber, isCritical
-
Constructor Details
-
HitWallEvent
public HitWallEvent(int turnNumber) Initializes a new instance of the BotHitWallEvent class.- Parameters:
turnNumber
- is the turn number when the bot has hit the wall.
-