Class ForsakeAction
java.lang.Object
games.stendhal.server.actions.pet.ForsakeAction
- All Implemented Interfaces:
ActionListener
release a pet into the wilderness
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ForsakeAction
public ForsakeAction()
-
-
Method Details
-
register
public static void register()registers an 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
-