Class CastSpellAction

java.lang.Object
games.stendhal.client.actions.CastSpellAction
All Implemented Interfaces:
SlashAction

public class CastSpellAction extends Object implements SlashAction
Simple action to cast a spell at a target (for testing purposes) Usage: [spell id] [target name or id]
Author:
madmetzger
  • Constructor Details

    • CastSpellAction

      public CastSpellAction()
  • Method Details

    • execute

      public boolean execute(String[] params, String remainder)
      Description copied from interface: SlashAction
      Execute a chat command.
      Specified by:
      execute in interface SlashAction
      Parameters:
      params - The formal parameters.
      remainder - Line content after parameters.
      Returns:
      true if command was handled.
    • getMaximumParameters

      public int getMaximumParameters()
      Description copied from interface: SlashAction
      Get the maximum number of formal parameters.
      Specified by:
      getMaximumParameters in interface SlashAction
      Returns:
      The parameter count.
    • getMinimumParameters

      public int getMinimumParameters()
      Description copied from interface: SlashAction
      Get the minimum number of formal parameters.
      Specified by:
      getMinimumParameters in interface SlashAction
      Returns:
      The parameter count.