|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubCommand | |
|---|---|
| mondocommand | |
| Uses of SubCommand in mondocommand |
|---|
| Methods in mondocommand that return SubCommand | |
|---|---|
SubCommand |
MondoCommand.addSub(String name)
Add a sub-command to this MondoCommand. |
SubCommand |
MondoCommand.addSub(String name,
String permission)
Add a sub-command to this MondoCommand. |
SubCommand |
SubCommand.allowConsole()
Allow this command to be used on the console. |
SubCommand |
CallInfo.getSubCommand()
Get the SubCommand that invoked this call. |
SubCommand |
SubCommand.setDescription(String description)
Set the command's description. |
SubCommand |
SubCommand.setHandler(SubHandler handler)
Set the SubHandler. |
SubCommand |
SubCommand.setMinArgs(int minArgs)
Set the minimum number of arguments this command accepts. |
SubCommand |
SubCommand.setUsage(String usage)
Set this command's usage string. |
| Methods in mondocommand that return types with arguments of type SubCommand | |
|---|---|
List<SubCommand> |
MondoCommand.listCommands()
|
| Methods in mondocommand with parameters of type SubCommand | |
|---|---|
void |
FormatConfig.writeUsageLine(org.bukkit.command.CommandSender sender,
String commandLabel,
SubCommand sub)
Write out one entry of the usage output. |
| Constructors in mondocommand with parameters of type SubCommand | |
|---|---|
CallInfo(org.bukkit.command.CommandSender sender,
org.bukkit.entity.Player player,
String baseCommand,
SubCommand subCommand,
List<String> args,
FormatConfig formatter)
Create a new CallInfo representing one command invocation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||