public class BungeeRootCommand extends net.md_5.bungee.api.plugin.Command implements co.aikar.commands.RootCommand, net.md_5.bungee.api.plugin.TabExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(co.aikar.commands.BaseCommand command) |
void |
execute(net.md_5.bungee.api.CommandSender sender,
String[] args) |
List<co.aikar.commands.BaseCommand> |
getChildren() |
String |
getCommandName() |
co.aikar.commands.BaseCommand |
getDefCommand() |
co.aikar.commands.CommandManager |
getManager() |
String |
getPermission() |
com.google.common.collect.SetMultimap<String,co.aikar.commands.RegisteredCommand> |
getSubCommands() |
Iterable<String> |
onTabComplete(net.md_5.bungee.api.CommandSender commandSender,
String[] strings) |
canEqual, equals, getAliases, getName, hashCode, toStringpublic String getCommandName()
getCommandName in interface co.aikar.commands.RootCommandpublic 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 void execute(net.md_5.bungee.api.CommandSender sender, String[] args)
execute in class net.md_5.bungee.api.plugin.Commandpublic String getPermission()
getPermission in class net.md_5.bungee.api.plugin.Commandpublic Iterable<String> onTabComplete(net.md_5.bungee.api.CommandSender commandSender, String[] strings)
onTabComplete in interface net.md_5.bungee.api.plugin.TabExecutorpublic co.aikar.commands.BaseCommand getDefCommand()
getDefCommand in interface co.aikar.commands.RootCommandCopyright © 2019. All rights reserved.