Class SlashActionRepository

java.lang.Object
games.stendhal.client.actions.SlashActionRepository

public class SlashActionRepository extends Object
Manages Slash Action Objects.
  • Constructor Details

    • SlashActionRepository

      public SlashActionRepository()
  • Method Details

    • register

      public static void register()
      Registers the available Action.
    • get

      public static SlashAction get(String name)
      Gets the Action object for the specified Action name.
      Parameters:
      name - name of Action
      Returns:
      Action object
    • getCommandNames

      public static Set<String> getCommandNames()
      Get all known command names.
      Returns:
      set of commands