| Package | Description |
|---|---|
| com.djrapitops.plugin.command |
| Modifier and Type | Method and Description |
|---|---|
CommandType |
SubCommand.getCommandType() |
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SubCommand(String name,
CommandType type) |
SubCommand(String name,
CommandType type,
String permission) |
SubCommand(String name,
CommandType type,
String permission,
String usage) |
SubCommand(String name,
CommandType type,
String permission,
String usage,
String arguments) |
TreeCommand(T plugin,
String name,
CommandType type,
String permission,
String usage,
String helpPrefix) |
Copyright © 2018. All rights reserved.