atavism.server.plugins
Class WorldManagerClient.ObjectInfo
java.lang.Object
atavism.server.plugins.WorldManagerClient.ObjectInfo
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- WorldManagerClient
public static class WorldManagerClient.ObjectInfo
- extends java.lang.Object
- implements java.io.Serializable
basic information about an object objType is the getType() call in Entity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
instanceOid
public OID instanceOid
oid
public OID oid
name
public java.lang.String name
accountOid
public OID accountOid
loc
public Point loc
orient
public Quaternion orient
scale
public AOVector scale
objType
public ObjectType objType
followsTerrain
public boolean followsTerrain
dir
public AOVector dir
lastInterp
public long lastInterp
WorldManagerClient.ObjectInfo
public WorldManagerClient.ObjectInfo()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toBuffer
public AOByteBuffer toBuffer(OID notifyOid)
setProperty
public void setProperty(java.lang.String key,
java.io.Serializable val)
- object must be serializable
getProperty
public java.io.Serializable getProperty(java.lang.String key)