public static class WorldManagerClient.MobPathCorrectionMessage extends WorldManagerClient.MobPathMessageBaseClass
oid
flags, msgId, msgInstanceOid, msgType, remoteAgent
Constructor and Description |
---|
MobPathCorrectionMessage() |
MobPathCorrectionMessage(OID oid,
long startTime,
java.lang.String interpKind,
float speed,
java.lang.String terrainString,
java.util.List<Point> pathPoints) |
MobPathCorrectionMessage(OID oid,
long startTime,
java.lang.String interpKind,
float speed,
java.lang.String terrainString,
java.util.List<Point> pathPoints,
boolean arrived) |
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 MobPathCorrectionMessage()
public MobPathCorrectionMessage(OID oid, long startTime, java.lang.String interpKind, float speed, java.lang.String terrainString, java.util.List<Point> pathPoints)
protected MessageType getMobPathMsgType()
getMobPathMsgType
in class WorldManagerClient.MobPathMessageBaseClass
protected java.lang.String getMobPathMsgTypeTitle()
getMobPathMsgTypeTitle
in class WorldManagerClient.MobPathMessageBaseClass