public class ForwardingCommand extends BaseCommand
DEFAULT, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandIssuer issuer,
String commandLabel,
String[] args) |
boolean |
hasPermission(CommandIssuer sender) |
List<String> |
tabComplete(CommandIssuer issuer,
String alias,
String[] args) |
canExecute, doHelp, doHelp, getCommandHelp, getCurrentCommandIssuer, getCurrentCommandManager, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getName, getOrigArgs, hasPermission, help, help, setExceptionHandler, showCommandHelp, showSyntaxpublic boolean hasPermission(CommandIssuer sender)
hasPermission in class BaseCommandpublic List<String> tabComplete(CommandIssuer issuer, String alias, String[] args) throws IllegalArgumentException
tabComplete in class BaseCommandIllegalArgumentExceptionpublic void execute(CommandIssuer issuer, String commandLabel, String[] args)
execute in class BaseCommandCopyright © 2017. All rights reserved.