Class CustomEvent

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

public final class CustomEvent extends BotEvent
A custom event occurring when a condition has been met.
  • Constructor Details

    • CustomEvent

      public CustomEvent(int turnNumber, Condition condition)
      Initializes a new instance of the CustomEvent class.
      Parameters:
      turnNumber - is the turn number when the condition was met.
      condition - is the condition that has been met.
  • Method Details

    • getCondition

      public Condition getCondition()
      Returns the condition that was met to trigger this custom event.
      Returns:
      The condition that was met to trigger this custom event.