atavism.server.worldmgr
Class LoginPlugin.CharacterCreateResponseMessage
java.lang.Object
atavism.server.worldmgr.LoginPlugin.CharacterCreateResponseMessage
- Enclosing class:
- LoginPlugin
public static class LoginPlugin.CharacterCreateResponseMessage
- extends java.lang.Object
Message to return new character properties. The properties should
contain a Boolean "status" indicating success or failure.
On success, the
properties should include at least a "characterId" with the
new character OID. On failure, the properties should contain
an "errorMessage".
Method Summary |
void |
decodeBuffer(AOByteBuffer buffer)
|
java.util.Map<java.lang.String,java.io.Serializable> |
getProperties()
Get the new character properties. |
void |
setProperties(java.util.Map<java.lang.String,java.io.Serializable> props)
Set the new character properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginPlugin.CharacterCreateResponseMessage
public LoginPlugin.CharacterCreateResponseMessage()
setProperties
public void setProperties(java.util.Map<java.lang.String,java.io.Serializable> props)
- Set the new character properties.
getProperties
public java.util.Map<java.lang.String,java.io.Serializable> getProperties()
- Get the new character properties. Defaults to null.
decodeBuffer
public void decodeBuffer(AOByteBuffer buffer)