Class MoveToAction
java.lang.Object
games.stendhal.server.actions.move.MoveToAction
- All Implemented Interfaces:
ActionListener
Handles movement request from players
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MoveToAction
public MoveToAction()
-
-
Method Details
-
register
public static void register()registers the move to action -
onAction
handles the move to action- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- player requesting the actionaction
- move-to action
-