public static class WorldManagerClient.MobPathReqMessage extends WorldManagerClient.MobPathMessageBaseClass
oid
flags, msgId, msgInstanceOid, msgType, remoteAgent
Constructor and Description |
---|
MobPathReqMessage() |
MobPathReqMessage(OID oid) |
MobPathReqMessage(OID oid,
java.util.List<Point> pathPoints) |
MobPathReqMessage(OID oid,
long startTime,
java.lang.String interpKind,
float speed,
java.lang.String terrainString,
java.util.List<Point> pathPoints) |
Modifier and Type | Method and Description |
---|---|
protected MessageType |
getMobPathMsgType() |
protected java.lang.String |
getMobPathMsgTypeTitle() |
getArrived, getInterpKind, getPathPoints, getPositionAtTime, getSendClient, getSource, getSpeed, getStartTime, getTerrainString, setArrived, setInterpKind, setPathPoints, setSendClient, setSource, setSpeed, setStartTime, setTerrainString, toBuffer, toString
getSubject, setSubject
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, toBytes, toBytes, ToString
public MobPathReqMessage()
public MobPathReqMessage(OID oid, long startTime, java.lang.String interpKind, float speed, java.lang.String terrainString, java.util.List<Point> pathPoints)
public MobPathReqMessage(OID oid)
protected MessageType getMobPathMsgType()
getMobPathMsgType
in class WorldManagerClient.MobPathMessageBaseClass
protected java.lang.String getMobPathMsgTypeTitle()
getMobPathMsgTypeTitle
in class WorldManagerClient.MobPathMessageBaseClass