java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.actlines.events.jobguage.AstGaugeEvent
All Implemented Interfaces:
Event, HasPrimaryValue, JobGaugeUpdate, Serializable

public class AstGaugeEvent extends BaseEvent implements HasPrimaryValue, JobGaugeUpdate
See Also:
  • Constructor Details

    • AstGaugeEvent

      public AstGaugeEvent(int cardHeld, int minorHeld, int slot1, int slot2, int slot3)
  • 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).
    • getJob

      public Job getJob()
      Specified by:
      getJob in interface JobGaugeUpdate
    • getCardHeld

      public int getCardHeld()
    • getMinorHeld

      public int getMinorHeld()
    • getSlot1

      public int getSlot1()
    • getSlot2

      public int getSlot2()
    • getSlot3

      public int getSlot3()