public static class WorldManagerClient.MobPathCorrectionMessage extends WorldManagerClient.MobPathMessageBaseClass
oid
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, getSource, getSpeed, getStartTime, getTerrainString, setArrived, setInterpKind, setPathPoints, setSource, setSpeed, setStartTime, setTerrainString, toBuffer, toString
getSubject, setSubject
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, 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