Package games.stendhal.server.actions
Class OutfitAction
java.lang.Object
games.stendhal.server.actions.OutfitAction
- All Implemented Interfaces:
ActionListener
Changes the outfit for the player
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OutfitAction
public OutfitAction()
-
-
Method Details
-
register
public static void register() -
onAction
Changes Player's outfit to the value provided in action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- whose outfit is to be changed. Must not benull
.action
- the action containing the outfit info in the attribute 'value'. Must not benull
.
-