Class LookAction
java.lang.Object
games.stendhal.server.actions.query.LookAction
- All Implemented Interfaces:
ActionListener
Processes a look menu action.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LookAction
public LookAction()
-
-
Method Details
-
register
public static void register()registers the look action -
onAction
processes the requested action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- the caller of the actionaction
- the action to be performed
-