Class SkippedTurnEvent

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

public final class SkippedTurnEvent extends BotEvent
Event occurring when the bot has skipped a turn, meaning that no intent has reached the server for a specific turn.
  • Constructor Details

    • SkippedTurnEvent

      public SkippedTurnEvent(int turnNumber)
      Initializes a new instance of the SkippedTurnEvent class.
      Parameters:
      turnNumber - is the turn number which was skipped.
  • Method Details

    • isCritical

      public boolean isCritical()
      Indicates if this event is critical, and hence should not be removed from event queue when it gets old.

      This event is critical.

      Overrides:
      isCritical in class BotEvent
      Returns:
      true