Package | Description |
---|---|
main.java.com.djrapitops.plan.command |
Modifier and Type | Method and Description |
---|---|
CommandType |
SubCommand.getCommandType()
Used to get the command type.
|
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,
Permissions permission,
String usage,
CommandType commandType,
String arguments)
Class constructor, called with super(...) in subcommands.
|
Copyright © 2017. All rights reserved.