Package gg.xp.xivsupport.events.state
Class RawXivPartyInfo
java.lang.Object
gg.xp.xivsupport.models.XivEntity
gg.xp.xivsupport.events.state.RawXivPartyInfo
- All Implemented Interfaces:
NameIdPair
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRawXivPartyInfo
(long id, String name, int worldId, int jobId, int level, boolean inParty) RawXivPartyInfo
(String idRaw, String name, int worldId, int jobId, int level, boolean inParty) -
Method Summary
Methods inherited from class gg.xp.xivsupport.models.XivEntity
equals, fmtShortList, getId, getName, hashCode, isEnvironment, toShortString, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface gg.xp.xivsupport.events.actlines.events.NameIdPair
matchesFilter
-
Constructor Details
-
RawXivPartyInfo
-
RawXivPartyInfo
-
-
Method Details
-
getWorldId
public int getWorldId() -
getJobId
public int getJobId() -
getLevel
public int getLevel() -
isInParty
public boolean isInParty()
-