public class ClassAbilityObject extends Entity
log, staticLock, subObjectNamespacesInt, transientPropertyKeys, typelock, name| Constructor and Description |
|---|
ClassAbilityObject() |
ClassAbilityObject(OID objOid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPlayerClass() |
ObjectType |
getType()
Entity object type.
|
void |
setPlayerClass(java.lang.String playerclassname) |
void |
statSendUpdate(boolean sendAll) |
void |
statSendUpdate(boolean sendAll,
OID targetOid) |
java.lang.String |
toString()
Returns the string describing this entity, useful for logging.
|
void |
updateBaseStat(int id,
int modifier) |
addSubObjectNamespace, equals, equals, getLock, getNamespace, getOid, getPersistenceFlag, getProperty, getSubObjectNamespaces, getSubObjectNamespacesInt, getTransientDataRef, 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 ClassAbilityObject()
public ClassAbilityObject(OID objOid)
public java.lang.String toString()
Entitypublic ObjectType getType()
EntitygetType in class EntityObjectTypes.unknown if no object type has been set.public java.lang.String getPlayerClass()
public void setPlayerClass(java.lang.String playerclassname)
public void updateBaseStat(int id,
int modifier)
public void statSendUpdate(boolean sendAll)
public void statSendUpdate(boolean sendAll,
OID targetOid)