Class AcceptChallengeAction

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

public class AcceptChallengeAction extends Object implements SlashAction
  • Constructor Details

    • AcceptChallengeAction

      public AcceptChallengeAction()
  • 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.