public class BukkitRootCommand extends org.bukkit.command.Command implements RootCommand, org.bukkit.command.PluginIdentifiableCommand
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(BaseCommand command) |
boolean |
execute(org.bukkit.command.CommandSender sender,
String commandLabel,
String[] args) |
List<BaseCommand> |
getChildren() |
String |
getCommandName() |
BaseCommand |
getDefCommand() |
String |
getDescription() |
CommandManager |
getManager() |
org.bukkit.plugin.Plugin |
getPlugin() |
com.google.common.collect.SetMultimap<String,RegisteredCommand> |
getSubCommands() |
List<String> |
tabComplete(org.bukkit.command.CommandSender sender,
String commandLabel,
String[] args) |
boolean |
testPermissionSilent(org.bukkit.command.CommandSender target) |
broadcastCommandMessage, broadcastCommandMessage, getAliases, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, toString, unregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChildShared, execute, getDefaultRegisteredCommand, getTabCompletions, getTabCompletions, getTabCompletions, getUniquePermission, getUsage, hasAnyPermissionpublic String getDescription()
getDescription in interface RootCommandgetDescription in class org.bukkit.command.Commandpublic String getCommandName()
getCommandName in interface RootCommandpublic List<String> tabComplete(org.bukkit.command.CommandSender sender, String commandLabel, 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 boolean testPermissionSilent(org.bukkit.command.CommandSender target)
testPermissionSilent in class org.bukkit.command.Commandpublic void addChild(BaseCommand command)
addChild in interface RootCommandpublic CommandManager getManager()
getManager in interface RootCommandpublic com.google.common.collect.SetMultimap<String,RegisteredCommand> getSubCommands()
getSubCommands in interface RootCommandpublic List<BaseCommand> getChildren()
getChildren in interface RootCommandpublic BaseCommand getDefCommand()
getDefCommand in interface RootCommandpublic org.bukkit.plugin.Plugin getPlugin()
getPlugin in interface org.bukkit.command.PluginIdentifiableCommandCopyright © 2015–2021 Global Minecraft Ban Manager. All rights reserved.