public final class HelpCommand extends MinecraftCommand
GenericMinecraftCommand.Optionsoptions| Constructor and Description |
|---|
HelpCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
execute(MinecraftUser user,
java.lang.String[] args) |
isConsoleOnly, isPlayerOnlygetCommand, getDescription, getHandler, getHandlers, getPermissions, getUsage, isDefault, runprotected boolean execute(MinecraftUser user, java.lang.String[] args)
execute in class Command<MinecraftUser>user - Wrapper for any sort of user interactionargs - Message, excluding the prefix and command, split via space. Multiple word arguments can be achieved by using double quotes in the user's input. For example, test "multi word" would only be two arguments.