public class DataTransformWithParent extends ObjControllerObject
Constructor and Description |
---|
DataTransformWithParent() |
DataTransformWithParent(Point3D position,
Quaternion orientation,
int movementCounter,
long objectId,
long cellId) |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(org.apache.mina.core.buffer.IoBuffer buffer) |
long |
getCellId() |
boolean |
getCombatFlag() |
float |
getMovementAngle() |
int |
getMovementCounter() |
int |
getMovementStamp() |
long |
getObjectId() |
float |
getSpeed() |
short |
getTransformedX() |
short |
getTransformedY() |
short |
getTransformedZ() |
float |
getWOrientation() |
float |
getXOrientation() |
float |
getXPosition() |
float |
getYOrientation() |
float |
getYPosition() |
float |
getZOrientation() |
float |
getZPosition() |
org.apache.mina.core.buffer.IoBuffer |
serialize() |
public DataTransformWithParent()
public DataTransformWithParent(Point3D position, Quaternion orientation, int movementCounter, long objectId, long cellId)
public void deserialize(org.apache.mina.core.buffer.IoBuffer buffer)
deserialize
in class Message
public org.apache.mina.core.buffer.IoBuffer serialize()
public long getObjectId()
public float getSpeed()
public float getXOrientation()
public float getYOrientation()
public float getZOrientation()
public float getWOrientation()
public float getXPosition()
public float getYPosition()
public float getZPosition()
public short getTransformedX()
public short getTransformedY()
public short getTransformedZ()
public int getMovementCounter()
public int getMovementStamp()
public boolean getCombatFlag()
public long getCellId()
public float getMovementAngle()