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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static String
fmtShortList
(Collection<? extends XivEntity> items) long
getId()
getName()
int
hashCode()
boolean
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
-
XivEntity
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
public long getId()- Specified by:
getId
in interfaceNameIdPair
-
getName
- Specified by:
getName
in interfaceNameIdPair
-
toString
-
toShortString
-
isEnvironment
public boolean isEnvironment() -
fmtShortList
-