Package gg.xp.xivsupport.models
Class XivEntity
java.lang.Object
gg.xp.xivsupport.models.XivEntity
- All Implemented Interfaces:
NameIdPair,Serializable
- Direct Known Subclasses:
RawXivPartyInfo,XivCombatant
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringfmtShortList(Collection<? extends XivEntity> items) longgetId()getName()inthashCode()booleantoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface gg.xp.xivsupport.events.actlines.events.NameIdPair
matchesFilter
-
Constructor Details
-
XivEntity
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
public long getId()- Specified by:
getIdin interfaceNameIdPair
-
getName
- Specified by:
getNamein interfaceNameIdPair
-
toString
-
toShortString
-
isEnvironment
public boolean isEnvironment() -
fmtShortList
-