- getAllCommands() - Static method in class com.moomoohk.MooCommands.CommandsManager
-
Gets the commands list.
- getCommand() - Method in class com.moomoohk.MooCommands.Command
-
Gets this command as a String.
- getCommand() - Method in class com.moomoohk.MooCommands.example.HelpCommand
-
- getHelpMessage() - Method in class com.moomoohk.MooCommands.Command
-
Gets this command's help message.
- getHelpMessage() - Method in class com.moomoohk.MooCommands.example.HelpCommand
-
- getMaxParams() - Method in class com.moomoohk.MooCommands.Command
-
Gets the maximum number of parameters this command can be used with.
- getMaxParams() - Method in class com.moomoohk.MooCommands.example.HelpCommand
-
- getMinParams() - Method in class com.moomoohk.MooCommands.Command
-
Gets the minimum number of parameters this command can be used with.
- getMinParams() - Method in class com.moomoohk.MooCommands.example.HelpCommand
-
- getOutputColor() - Method in class com.moomoohk.MooCommands.Command
-
Gets the color that this command's output text should be printed with.
- getUsage() - Method in class com.moomoohk.MooCommands.Command
-
Gets the proper usage of this command.
- getUsage() - Method in class com.moomoohk.MooCommands.example.HelpCommand
-