Class CastSpellAction
java.lang.Object
games.stendhal.server.actions.spell.CastSpellAction
- All Implemented Interfaces:
ActionListener
Casts a spell for a player at the given target
- Author:
- madmetzger
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CastSpellAction
public CastSpellAction()
-
-
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
-