public class SceneCreateObjectByCrc extends SWGMessage
Constructor and Description |
---|
SceneCreateObjectByCrc(long objectId,
float orientationX,
float orientationY,
float orientationZ,
float orientationW,
float positionX,
float positionY,
float positionZ,
int objectCRC,
byte flags) |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(org.apache.mina.core.buffer.IoBuffer data) |
org.apache.mina.core.buffer.IoBuffer |
serialize() |
public SceneCreateObjectByCrc(long objectId, float orientationX, float orientationY, float orientationZ, float orientationW, float positionX, float positionY, float positionZ, int objectCRC, byte flags)
public void deserialize(org.apache.mina.core.buffer.IoBuffer data)
deserialize
in class Message