public class ClassAbilityObject extends Entity
log, staticLock, subObjectNamespacesInt, transientPropertyKeys, type
lock, 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, unregisterTransientPropertyKey
getBooleanProperty, getIntProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlock
public ClassAbilityObject()
public ClassAbilityObject(OID objOid)
public java.lang.String toString()
Entity
public ObjectType getType()
Entity
getType
in class Entity
ObjectTypes.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)