Atavism Version 2018.1AGIS API

atavism.server.plugins
Class WorldManagerClient.UpdateWorldNodeMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.SubjectMessage
          extended by atavism.server.plugins.WorldManagerClient.UpdateWorldNodeMessage
All Implemented Interfaces:
ClientMessage, java.io.Serializable
Enclosing class:
WorldManagerClient

public static class WorldManagerClient.UpdateWorldNodeMessage
extends SubjectMessage
implements ClientMessage

telling client/mob to update their world node

See Also:
Serialized Form

Field Summary
 
Fields inherited from class atavism.msgsys.SubjectMessage
oid
 
Constructor Summary
WorldManagerClient.UpdateWorldNodeMessage()
           
WorldManagerClient.UpdateWorldNodeMessage(OID oid, BasicWorldNode wnode)
           
 
Method Summary
 AOByteBuffer getEventBuf()
           
 BasicWorldNode getWorldNode()
           
 void setEventBuf(AOByteBuffer buf)
           
 void setWorldNode(BasicWorldNode wnode)
           
 AOByteBuffer toBuffer()
           
 java.lang.String toString()
           
 
Methods inherited from class atavism.msgsys.SubjectMessage
getSubject, setSubject
 
Methods inherited from class atavism.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorldManagerClient.UpdateWorldNodeMessage

public WorldManagerClient.UpdateWorldNodeMessage()

WorldManagerClient.UpdateWorldNodeMessage

public WorldManagerClient.UpdateWorldNodeMessage(OID oid,
                                                 BasicWorldNode wnode)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SubjectMessage

setWorldNode

public void setWorldNode(BasicWorldNode wnode)

getWorldNode

public BasicWorldNode getWorldNode()

toBuffer

public AOByteBuffer toBuffer()
Specified by:
toBuffer in interface ClientMessage

setEventBuf

public void setEventBuf(AOByteBuffer buf)

getEventBuf

public AOByteBuffer getEventBuf()


Copyright © 2018 Dragonsan Studios Sp. z o.o.