public class RegisteredCommand<R extends CommandExecutionContext<? extends CommandExecutionContext,? extends CommandIssuer>> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addSubcommand(String cmd) |
void |
addSubcommands(Collection<String> cmd) |
String |
getCommand() |
String |
getPermission() |
String |
getPrefSubCommand() |
String |
getSyntaxText() |
void |
postCommand() |
void |
preCommand() |
public void preCommand()
public void postCommand()
public String getPermission()
public String getPrefSubCommand()
public String getSyntaxText()
public String getCommand()
public void addSubcommand(String cmd)
public void addSubcommands(Collection<String> cmd)
Copyright © 2017. All rights reserved.