public class BukkitRootCommand extends org.bukkit.command.Command implements co.aikar.commands.RootCommand
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(co.aikar.commands.BaseCommand command) |
boolean |
execute(org.bukkit.command.CommandSender sender,
String commandLabel,
String[] args) |
List<co.aikar.commands.BaseCommand> |
getChildren() |
String |
getCommandName() |
co.aikar.commands.BaseCommand |
getDefCommand() |
co.aikar.commands.CommandManager |
getManager() |
com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> |
getSubCommands() |
List<String> |
tabComplete(org.bukkit.command.CommandSender sender,
String alias,
String[] args) |
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregisterpublic String getCommandName()
getCommandName in interface co.aikar.commands.RootCommandpublic List<String> tabComplete(org.bukkit.command.CommandSender sender, String alias, String[] args) throws IllegalArgumentException
tabComplete in class org.bukkit.command.CommandIllegalArgumentExceptionpublic boolean execute(org.bukkit.command.CommandSender sender, String commandLabel, String[] args)
execute in class org.bukkit.command.Commandpublic void addChild(co.aikar.commands.BaseCommand command)
addChild in interface co.aikar.commands.RootCommandpublic co.aikar.commands.CommandManager getManager()
getManager in interface co.aikar.commands.RootCommandpublic com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> getSubCommands()
getSubCommands in interface co.aikar.commands.RootCommandpublic List<co.aikar.commands.BaseCommand> getChildren()
getChildren in interface co.aikar.commands.RootCommandpublic co.aikar.commands.BaseCommand getDefCommand()
getDefCommand in interface co.aikar.commands.RootCommandCopyright © 2018. All rights reserved.