Uses of Interface
io.github.projectunified.craftcommand.standalone.StandaloneCommand
Packages that use StandaloneCommand
-
Uses of StandaloneCommand in io.github.projectunified.craftcommand.standalone
Methods in io.github.projectunified.craftcommand.standalone that return StandaloneCommandModifier and TypeMethodDescriptionStandaloneCommandManager.getCommand(String label) Gets a registered command by its label or alias.Methods in io.github.projectunified.craftcommand.standalone that return types with arguments of type StandaloneCommandModifier and TypeMethodDescriptionStandaloneCommandManager.getCommands()Gets all registered commands.Methods in io.github.projectunified.craftcommand.standalone with parameters of type StandaloneCommandModifier and TypeMethodDescriptionvoidStandaloneCommandManager.registerCommand(StandaloneCommand command) Registers a StandaloneCommand instance and its aliases.