public class DataTransform extends ObjControllerObject
Constructor and Description |
---|
DataTransform() |
DataTransform(Point3D position,
Quaternion orientation,
int movementCounter,
long objectId) |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(org.apache.mina.core.buffer.IoBuffer buffer) |
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 DataTransform()
public DataTransform(Point3D position, Quaternion orientation, int movementCounter, long objectId)
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 float getMovementAngle()
public void deserialize(org.apache.mina.core.buffer.IoBuffer buffer)
deserialize
in class Message