|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.msgsys.Message
atavism.server.engine.EnginePlugin.TransferObjectMessage
public static class EnginePlugin.TransferObjectMessage
The message used to transfer control of an object from one world manager to another.
| Constructor Summary | |
|---|---|
EnginePlugin.TransferObjectMessage()
No-args constructor, required by marshalling. |
|
EnginePlugin.TransferObjectMessage(java.util.HashMap<java.lang.String,java.io.Serializable> propMap,
Entity entity)
The normal constructor. |
|
| Method Summary | |
|---|---|
Entity |
getEntity()
Getter for the entity. |
java.util.HashMap<java.lang.String,java.io.Serializable> |
getPropMap()
Getter for the propMap. |
void |
setEntity(Entity entity)
Setter for the entity. |
void |
setPropMap(java.util.HashMap<java.lang.String,java.io.Serializable> propMap)
Setter for the propMap. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnginePlugin.TransferObjectMessage()
public EnginePlugin.TransferObjectMessage(java.util.HashMap<java.lang.String,java.io.Serializable> propMap,
Entity entity)
propMap - A map of properties to be applied by the
target world manager.entity - The entity to be transferred.| Method Detail |
|---|
public java.util.HashMap<java.lang.String,java.io.Serializable> getPropMap()
public void setPropMap(java.util.HashMap<java.lang.String,java.io.Serializable> propMap)
propMap - The propMap value.public Entity getEntity()
public void setEntity(Entity entity)
entity - The entity value.
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||