Atavism Version 2018.1AGIS API

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

Method Summary
 void processMessage(Message msg, int flags, Player player)
          Handles processing of the message, called by EnginePlugin.
 
Methods inherited from interface atavism.server.engine.Hook
processMessage
 

Method Detail

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.


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