Class CountdownStartedEvent

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.state.combatstate.CountdownStartedEvent
All Implemented Interfaces:
Event, HasDuration, HasSourceEntity, Serializable

public class CountdownStartedEvent extends BaseEvent implements HasDuration, HasSourceEntity
Represents a player beginning a countdown.
See Also:
  • Constructor Details

    • CountdownStartedEvent

      public CountdownStartedEvent(Duration initialDuration, XivCombatant source)
  • Method Details

    • getInitialDuration

      public Duration getInitialDuration()
      Specified by:
      getInitialDuration in interface HasDuration
      Returns:
      The initial duration of the countdown
    • markAsCanceled

      public void markAsCanceled()
      Indicates that the countdown has been canceled.
    • isCanceled

      public boolean isCanceled()
      Returns:
      whether the countdown has been canceled.
    • getSource

      public XivCombatant getSource()
      Specified by:
      getSource in interface HasSourceEntity
      Returns:
      The player who started the countdown.