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, type
lock, 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, unregisterTransientPropertyKey
getBooleanProperty, getIntProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlock
public 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()
Entity
public boolean isPlayer()
public void isPlayer(boolean isPlayer)
public boolean isPet()
public void isPet(boolean isPet)
public boolean isDead()
public void isDead(boolean isDead)