Package games.stendhal.server.actions
Class KnockAction
java.lang.Object
games.stendhal.server.actions.KnockAction
- All Implemented Interfaces:
ActionListener
Knocks on a HousePortal - sends a message to all players inside the House
and a feedback message to the knocker.
- Author:
- kymara
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KnockAction
public KnockAction()
-
-
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
-