Class GrumpyAction
java.lang.Object
games.stendhal.server.actions.buddy.GrumpyAction
- All Implemented Interfaces:
ActionListener
enables a player to mark himself/herself as grumpy to prevent messages from non-friends.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GrumpyAction
public GrumpyAction()
-
-
Method Details
-
onAction
Handle a Grumpy action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- The player.action
- The action.
-