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, staticLock, subObjectNamespacesInt, transientPropertyKeys, typelock, 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, unregisterTransientPropertyKeygetBooleanProperty, getIntProperty, getLongProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlockprotected 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()
Entitypublic 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)