Class MapEffectEvent

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

public class MapEffectEvent extends BaseEvent implements HasPrimaryValue
See Also:
  • Constructor Details

    • MapEffectEvent

      public MapEffectEvent(long instanceContentId, long flags, long index, long unknown1, long unknown2)
  • Method Details

    • getInstanceContentId

      public long getInstanceContentId()
    • getFlags

      public long getFlags()
    • getIndex

      public long getIndex()
    • getLocation

      public long getLocation()
    • getUnknown1

      public long getUnknown1()
    • getUnknown2

      public long getUnknown2()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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).