Class ActorControlExtraEvent

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.actlines.events.ActorControlExtraEvent
All Implemented Interfaces:
Event, HasPrimaryValue, HasTargetEntity, Serializable

public class ActorControlExtraEvent extends BaseEvent implements HasPrimaryValue, HasTargetEntity
Represents various types of actor control events, e.g. wipes, barrier up/down, etc
See Also:
  • Constructor Details

    • ActorControlExtraEvent

      public ActorControlExtraEvent(XivCombatant target, int category, long data0, long data1, long data2, long data3)
  • Method Details

    • getPrimaryValue

      public String getPrimaryValue()
      Specified by:
      getPrimaryValue in interface HasPrimaryValue
      Returns:
      A text description of this object. Should be user-friendly and not over-the-top technical (fine-grained details belong in other fields, or in the Object.toString() method).
    • getTarget

      public XivCombatant getTarget()
      Specified by:
      getTarget in interface HasTargetEntity
      Returns:
      The target of this action. Note that this is a snapshot of the target at the point in time when the action occurred. To see the current data, use XivState.getLatestCombatantData(XivCombatant).
    • getCategory

      public int getCategory()
    • getData0

      public long getData0()
    • getData1

      public long getData1()
    • getData2

      public long getData2()
    • getData3

      public long getData3()