Package games.stendhal.client.actions
Class SlashActionRepository
java.lang.Object
games.stendhal.client.actions.SlashActionRepository
Manages Slash Action Objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SlashAction
Gets the Action object for the specified Action name.Get all known command names.static void
register()
Registers the available Action.
-
Constructor Details
-
SlashActionRepository
public SlashActionRepository()
-
-
Method Details
-
register
public static void register()Registers the available Action. -
get
Gets the Action object for the specified Action name.- Parameters:
name
- name of Action- Returns:
- Action object
-
getCommandNames
Get all known command names.- Returns:
- set of commands
-