multiverse.server.plugins
Class ProxyPlugin.DetachHook
java.lang.Object
multiverse.server.plugins.ProxyPlugin.BasicProxyHook
multiverse.server.plugins.ProxyPlugin.DetachHook
- All Implemented Interfaces:
- Hook, ProxyHook
- Enclosing class:
- ProxyPlugin
class ProxyPlugin.DetachHook
- extends ProxyPlugin.BasicProxyHook
The world manager is telling us to remove an attachment from a
socket.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyPlugin.DetachHook
ProxyPlugin.DetachHook()
processMessage
public void processMessage(Message msg,
int flags,
Player player)
- Description copied from interface:
ProxyHook
- Handles processing of the message, called by EnginePlugin.
- Specified by:
processMessage in interface ProxyHook- Specified by:
processMessage in class ProxyPlugin.BasicProxyHook
- Parameters:
msg - The message to process.flags - The message flags.player - The player on whose behalf the message is being processed.