public class FactionStateInfo extends Entity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AGGRO_RADIUS |
protected int |
aggroRadius |
static java.lang.String |
FACTION_PROP |
static java.lang.String |
TEMPORARY_FACTION_PROP |
log, saveTimestamp, staticLock, subObjectNamespacesInt, transientPropertyKeys, type
lock, name
Constructor and Description |
---|
FactionStateInfo() |
FactionStateInfo(OID objOid) |
Modifier and Type | Method and Description |
---|---|
int |
getAggroRadius() |
boolean |
isDead() |
void |
isDead(boolean isDead) |
boolean |
isPet() |
void |
isPet(boolean isPet) |
boolean |
isPlayer() |
void |
isPlayer(boolean isPlayer) |
void |
setAggroRadius(int radius) |
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, getLongProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlock
protected int aggroRadius
public static final java.lang.String FACTION_PROP
public static final java.lang.String AGGRO_RADIUS
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 void setAggroRadius(int radius)
public int getAggroRadius()
public boolean isDead()
public void isDead(boolean isDead)