|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
Inheritance diagram for dev.jorel.commandapi.commandsenders.BukkitCommandSender< Source extends CommandSender >:Public Member Functions | |
| boolean | hasPermission (String permissionNode) |
| Tests if this CommandSender has permission to use the given permission node. More... | |
| boolean | isOp () |
Tests if this CommandSender has operator status, or the ability to run any command. More... | |
| Source | getSource () |
|
inherited |
|
inherited |
Tests if this CommandSender has permission to use the given permission node.
| permissionNode | The node to check for |
|
inherited |
Tests if this CommandSender has operator status, or the ability to run any command.