Class MapChangeEvent

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

public class MapChangeEvent extends BaseEvent implements XivStateChange, HasPrimaryValue
Represents a map change event
See Also:
  • Constructor Details

    • MapChangeEvent

      public MapChangeEvent(XivMap map)
  • Method Details

    • getMap

      public XivMap getMap()
    • 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).