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

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

    • WhmGaugeEvent

      public WhmGaugeEvent(double lilyDuration, int lilyCount, int bloodLily)
  • 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
    • getLilyDuration

      public Duration getLilyDuration()
    • getLilyCount

      public int getLilyCount()
    • getBloodLily

      public int getBloodLily()