| Package | Description |
|---|---|
| com.moomoohk.MooCommands |
/**
|
| com.moomoohk.MooCommands.example |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.ArrayList<Command> |
CommandsManager.commands |
| Modifier and Type | Method and Description |
|---|---|
static Command |
CommandsManager.findCommand(java.lang.String command)
Finds a
Command in the commands list. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<Command> |
CommandsManager.getAllCommands()
Gets the commands list.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommandsManager.add(Command command)
Adds a
Command to the commands list. |
| Modifier and Type | Class and Description |
|---|---|
class |
HelpCommand
Displays help messages for registered commands.
|