java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.triggers.duties.Pandamonium.events.P6STileEvent
All Implemented Interfaces:
Event, HasPrimaryValue, Serializable

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

    • P6STileEvent

      public P6STileEvent(int x, int y, TileType tileType, int index)
  • 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).
    • getX

      public int getX()
    • getY

      public int getY()
    • getTileType

      public TileType getTileType()
    • getIndex

      public int getIndex()
    • tilePos

      public Position tilePos()