Uses of Annotation Interface
me.despical.commandframework.annotations.Command
Packages that use Command
Package
Description
Main package of the Command Framework that contains all the
classes related to this framework.
This package is an internal utility package for the framework.
-
Uses of Command in me.despical.commandframework
Methods in me.despical.commandframework that return CommandModifier and TypeMethodDescriptionCommandArguments.getCommand()Retrieves the base command associated with this object.Methods in me.despical.commandframework that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFramework.getAllCommands()Get a copy of registered commands and sub-commands.CommandRegistry.CommandMatcher.getAssociatedCommand(@NotNull String commandName, @NotNull String[] possibleArgs) CommandFramework.getCommands()Get a copy of registered commands.CommandRegistry.getCommands()CommandFramework.getSubCommands()Get a copy of registered sub-commands-.CommandRegistry.getSubCommands()Methods in me.despical.commandframework with parameters of type CommandModifier and TypeMethodDescriptionprotected voidCommandRegistry.registerCommand(Command command, Method method, Object instance) This method registers a command along with its associated method and instance.Method parameters in me.despical.commandframework with type arguments of type CommandModifier and TypeMethodDescriptionvoidMessage.setMessage(BiFunction<Command, CommandArguments, Boolean> message) Set a custom error message. -
Uses of Command in me.despical.commandframework.confirmations
Methods in me.despical.commandframework.confirmations with parameters of type CommandModifier and TypeMethodDescriptionbooleanConfirmationManager.checkConfirmations(org.bukkit.command.CommandSender sender, Command command, Method method) -
Uses of Command in me.despical.commandframework.cooldown
Methods in me.despical.commandframework.cooldown with parameters of type CommandModifier and TypeMethodDescriptionbooleanCooldownManager.hasCooldown(CommandArguments arguments, Command command, Method method) -
Uses of Command in me.despical.commandframework.utils
Methods in me.despical.commandframework.utils that return CommandModifier and TypeMethodDescriptionstatic CommandUtils.createCommand(Command command, String commandName) Methods in me.despical.commandframework.utils with parameters of type CommandModifier and TypeMethodDescriptionstatic CommandUtils.createCommand(Command command, String commandName)