Uses of Class
co.aikar.commands.BukkitRootCommand
-
Packages that use BukkitRootCommand Package Description co.aikar.commands -
-
Uses of BukkitRootCommand in co.aikar.commands
Fields in co.aikar.commands with type parameters of type BukkitRootCommand Modifier and Type Field Description protected Map<String,BukkitRootCommand>BukkitCommandManager. registeredCommandsMethods in co.aikar.commands with parameters of type BukkitRootCommand Modifier and Type Method Description voidBukkitCommandManager. unregisterCommand(BukkitRootCommand command)Deprecated.Use unregisterCommand(BaseCommand) - this will be visibility reduced later.Constructors in co.aikar.commands with parameters of type BukkitRootCommand Constructor Description ACFBukkitHelpTopic(BukkitCommandManager manager, BukkitRootCommand command)
-