atavism.server.plugins
Class WorldManagerClient.RoadMessage
java.lang.Object
atavism.msgsys.Message
atavism.msgsys.TargetMessage
atavism.server.plugins.WorldManagerClient.RoadMessage
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- WorldManagerClient
public static class WorldManagerClient.RoadMessage
- extends TargetMessage
Message from the WorldManagerPlugin saying that a particular mob/player
perceives a road.
- Author:
- cedeno
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorldManagerClient.RoadMessage
public WorldManagerClient.RoadMessage()
WorldManagerClient.RoadMessage
public WorldManagerClient.RoadMessage(OID oid,
java.util.Set<Road> roads)
setRoads
public void setRoads(java.util.Set<Road> roads)
getRoads
public java.util.Set<Road> getRoads()
toBuffer
public java.util.List<AOByteBuffer> toBuffer()
- returns a list of road messages which should be sent to the client
- Returns:
- list of road messages which should be sent to the client