Class WhoAction
java.lang.Object
games.stendhal.server.actions.query.WhoAction
- All Implemented Interfaces:
ActionListener
Lists all online players with their levels.
Administrators in ghostmode are only visible to other admins
and are flagged with a "!".
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WhoAction
public WhoAction()
-
-
Method Details
-
register
public static void register() -
onAction
Description copied from interface:ActionListenerprocesses the requested action.- Specified by:
onActionin interfaceActionListener- Parameters:
player- the caller of the actionaction- the action to be performed
-