Class RoundStartedEvent
java.lang.Object
dev.robocode.tankroyale.botapi.events.RoundStartedEvent
-
Constructor Summary
ConstructorDescriptionRoundStartedEvent
(int roundNumber) Initializes a new instance of the RoundStartedEvent class. -
Method Summary
-
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.
-