Class HitWallEvent

java.lang.Object
dev.robocode.tankroyale.botapi.events.BotEvent
dev.robocode.tankroyale.botapi.events.HitWallEvent
All Implemented Interfaces:
IEvent

public final class HitWallEvent extends BotEvent
Event occurring when your bot has hit a wall.
  • 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.