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

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

    • SchGaugeEvent

      public SchGaugeEvent(int aetherflow, int faerieGauge, double seraphDuration, int unknown5)
  • 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
    • getAetherflow

      public int getAetherflow()
    • getFaerieGauge

      public int getFaerieGauge()
    • getSeraphDuration

      public Duration getSeraphDuration()
    • getUnknown5

      public int getUnknown5()