Package games.stendhal.server.actions
Class SetCombatKarmaAction
java.lang.Object
games.stendhal.server.actions.SetCombatKarmaAction
- All Implemented Interfaces:
ActionListener
Sets entity's combat karma attribute to determine when karma is used on combat.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SetCombatKarmaAction
public SetCombatKarmaAction()
-
-
Method Details
-
register
public static void register()Registers the 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
-