public class FactionStateInfo extends Entity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTION_PROP |
static java.lang.String |
TEMPORARY_FACTION_PROP |
log, staticLock, subObjectNamespacesInt, transientPropertyKeys, typelock, name| Constructor and Description |
|---|
FactionStateInfo() |
FactionStateInfo(OID objOid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDead() |
void |
isDead(boolean isDead) |
boolean |
isPet() |
void |
isPet(boolean isPet) |
boolean |
isPlayer() |
void |
isPlayer(boolean isPlayer) |
java.lang.String |
toString()
Returns the string describing this entity, useful for logging.
|
addSubObjectNamespace, equals, equals, getLock, getNamespace, getOid, getPersistenceFlag, getProperty, getSubObjectNamespaces, getSubObjectNamespacesInt, getTransientDataRef, getType, hashCode, hasSubObjectNamespace, isDeleted, registerTransientPropertyKey, removeProperty, removeSubObjectNamespace, setDeleted, setNamespace, setOid, setPersistenceFlag, setProperty, setSubObjectNamespaces, setSubObjectNamespacesInt, setType, toBytes, unregisterTransientPropertyKeygetBooleanProperty, getIntProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlockpublic static final java.lang.String FACTION_PROP
public static final java.lang.String TEMPORARY_FACTION_PROP
public FactionStateInfo()
public FactionStateInfo(OID objOid)
public java.lang.String toString()
Entitypublic boolean isPlayer()
public void isPlayer(boolean isPlayer)
public boolean isPet()
public void isPet(boolean isPet)
public boolean isDead()
public void isDead(boolean isDead)