Package | Description |
---|---|
main.java.com.djrapitops.plan | |
main.java.com.djrapitops.plan.command | |
main.java.com.djrapitops.plan.utilities |
Modifier and Type | Method and Description |
---|---|
static Permissions |
Permissions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permissions[] |
Permissions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Permissions |
SubCommand.getPermission()
Used to get the permission required by the command.
|
Constructor and Description |
---|
SubCommand(String name,
Permissions permission,
String usage,
CommandType commandType,
String arguments)
Class constructor, called with super(...) in subcommands.
|
Modifier and Type | Method and Description |
---|---|
static String |
MiscUtils.getPlayerName(String[] args,
org.bukkit.command.CommandSender sender,
Permissions perm)
Used by the inspect command.
|
Copyright © 2017. All rights reserved.