Class RoundStartedEvent

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

public final class RoundStartedEvent extends Object implements IEvent
Event occurring when a new round has just started.
  • Constructor Details

    • RoundStartedEvent

      public RoundStartedEvent(int roundNumber)
      Initializes a new instance of the RoundStartedEvent class.
      Parameters:
      roundNumber - is the round number.
  • Method Details

    • getRoundNumber

      public int getRoundNumber()
      Returns the round number.
      Returns:
      The round number.