Class RawXivPartyInfo

java.lang.Object
gg.xp.xivsupport.models.XivEntity
gg.xp.xivsupport.events.state.RawXivPartyInfo
All Implemented Interfaces:
NameIdPair, Serializable

public class RawXivPartyInfo extends XivEntity
See Also:
  • Constructor Details

    • RawXivPartyInfo

      public RawXivPartyInfo(long id, String name, int worldId, int jobId, int level, boolean inParty)
    • RawXivPartyInfo

      public RawXivPartyInfo(String idRaw, String name, int worldId, int jobId, int level, boolean inParty)
  • Method Details

    • getWorldId

      public int getWorldId()
    • getJobId

      public int getJobId()
    • getLevel

      public int getLevel()
    • isInParty

      public boolean isInParty()