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

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

    • PldGaugeEvent

      public PldGaugeEvent(int oathGauge)
  • 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
    • getOathGauge

      public int getOathGauge()