Class ConditionalStopAction
java.lang.Object
games.stendhal.server.actions.move.ConditionalStopAction
- All Implemented Interfaces:
ActionListener
Action that stops player movement when certain conditions are met.
- Author:
- AntumDeluge
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConditionalStopAction
public ConditionalStopAction()
-
-
Method Details
-
register
public static void register()Registers conditional stop 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
-