| Modifier and Type | Method and Description |
|---|---|
boolean |
SubCommand.hasPermission(ISender sender) |
static boolean |
CommandUtils.isCommandBlock(ISender sender) |
static boolean |
CommandUtils.isConsole(ISender sender) |
static boolean |
CommandUtils.isPlayer(ISender sender) |
boolean |
TreeCommand.onCommand(ISender sender,
String commandLabel,
String[] args)
Checks if Sender has rights to run the command and executes matching
subcommand.
|
abstract boolean |
SubCommand.onCommand(ISender sender,
String commandLabel,
String[] args) |
static boolean |
CommandUtils.senderHasEntity(ISender sender) |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitCMDSender
Class that wraps bukkit's CommandSender to an ISender.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BungeeCMDSender
Class that wraps bungee's CommandSender into an ISender.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatusCommand.onCommand(ISender sender,
String commandLabel,
String[] args) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Verify.hasPermission(String permission,
ISender sender) |
Copyright © 2018. All rights reserved.