Class MoveAction
java.lang.Object
games.stendhal.server.actions.move.MoveAction
- All Implemented Interfaces:
ActionListener
moves into the specified direction
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MoveAction
public MoveAction()
-
-
Method Details
-
register
public static void register()registers the action -
onAction
Description copied from interface:ActionListener
processes the requested action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- the caller of the actionaction
- the action to be performed
-