public class CommandEnqueue extends ObjControllerObject
Modifier and Type | Field and Description |
---|---|
static int |
ATTACK |
static int |
KNEEL |
static int |
PRONE |
static int |
SIT_SERVER |
static int |
SOCIAL_INTERNAL |
static int |
SPATIAL_CHAT |
static int |
SPATIAL_CHAT_INTERNAL |
static int |
STAND |
static int |
TRANSFERITEM |
Constructor and Description |
---|
CommandEnqueue() |
CommandEnqueue(int actionCounter,
ObjControllerObject commandObject) |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(org.apache.mina.core.buffer.IoBuffer buffer) |
int |
getActionCounter() |
java.lang.String |
getCommandArguments() |
int |
getCommandCRC() |
ObjControllerObject |
getCommandObject() |
long |
getObjectID() |
long |
getTargetID() |
org.apache.mina.core.buffer.IoBuffer |
serialize() |
public static final int SOCIAL_INTERNAL
public static final int SPATIAL_CHAT
public static final int SPATIAL_CHAT_INTERNAL
public static final int SIT_SERVER
public static final int PRONE
public static final int KNEEL
public static final int STAND
public static final int ATTACK
public static final int TRANSFERITEM
public CommandEnqueue()
public CommandEnqueue(int actionCounter, ObjControllerObject commandObject)
public void deserialize(org.apache.mina.core.buffer.IoBuffer buffer)
deserialize
in class Message
public org.apache.mina.core.buffer.IoBuffer serialize()
public int getActionCounter()
public int getCommandCRC()
public long getObjectID()
public long getTargetID()
public ObjControllerObject getCommandObject()
public java.lang.String getCommandArguments()