atavism.server.plugins
Interface ProxyHook
- All Superinterfaces:
- Hook
public interface ProxyHook
- extends Hook
Interface used by the proxy for processing player-related messages.
- See Also:
EnginePlugin.handleMessageImpl(atavism.msgsys.Message, int)
,
HookManager
processMessage
void processMessage(Message msg,
int flags,
Player player)
- Handles processing of the message, called by EnginePlugin.
- Parameters:
msg
- The message to process.flags
- The message flags.player
- The player on whose behalf the message is being processed.