Class StopAction
java.lang.Object
games.stendhal.server.actions.attack.StopAction
- All Implemented Interfaces:
ActionListener
stops attacking another creature or player
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StopAction
public StopAction()
-
-
Method Details
-
register
public static void register()register 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
-