Class WhereAction
java.lang.Object
games.stendhal.server.actions.query.WhereAction
- All Implemented Interfaces:
ActionListener
Tells the client where the queried player is on the world.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WhereAction
public WhereAction()
-
-
Method Details
-
register
public static void register()registers where actions -
onAction
processes the requested action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- the caller of the actionaction
- the action to be performed
-