Package games.stendhal.server.actions
Class RemoveDetailAction
java.lang.Object
games.stendhal.server.actions.RemoveDetailAction
- All Implemented Interfaces:
ActionListener
Action that players can execute to manually remove the detail outfit layer.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RemoveDetailAction
public RemoveDetailAction()
-
-
Method Details
-
register
public static void register() -
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
-