multiverse.mars.plugins
Class GroupPlugin.GroupInviteResponseHook
java.lang.Object
multiverse.mars.plugins.GroupPlugin.GroupInviteResponseHook
- All Implemented Interfaces:
- Hook
- Enclosing class:
- GroupPlugin
class GroupPlugin.GroupInviteResponseHook
- extends Object
- implements Hook
GroupInviteResponseHook Adds a player to a group, or creates a new group
and sends out group info to the clients
|
Method Summary |
boolean |
processMessage(Message msg,
int flags)
Handles processing of the message, called by EnginePlugin. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupPlugin.GroupInviteResponseHook
GroupPlugin.GroupInviteResponseHook()
processMessage
public boolean processMessage(Message msg,
int flags)
- Description copied from interface:
Hook
- Handles processing of the message, called by EnginePlugin.
- Specified by:
processMessage in interface Hook
- Returns:
- Returns true if hook chain processing should continue.