Uses of Interface
co.aikar.commands.RootCommand
Packages that use RootCommand
-
Uses of RootCommand in co.aikar.commands
Fields in co.aikar.commands with type parameters of type RootCommandMethods in co.aikar.commands that return RootCommandModifier and TypeMethodDescriptionabstract RootCommandCommandManager.createRootCommand(String cmd) CommandManager.getRootCommand(@NotNull String cmd) CommandManager.obtainRootCommand(@NotNull String cmd) Methods in co.aikar.commands that return types with arguments of type RootCommandModifier and TypeMethodDescriptionabstract Collection<RootCommand>CommandManager.getRegisteredRootCommands()Methods in co.aikar.commands with parameters of type RootCommandModifier and TypeMethodDescriptionCommandManager.generateCommandHelp(CommandIssuer issuer, RootCommand rootCommand) Deprecated.Unstable APIForwardingCommand.tabComplete(CommandIssuer issuer, RootCommand rootCommand, String[] args, boolean isAsync) Constructors in co.aikar.commands with parameters of type RootCommandModifierConstructorDescriptionCommandHelp(CommandManager manager, RootCommand rootCommand, CommandIssuer issuer)