Uses of Class
me.despical.commandframework.CommandArguments
Packages that use CommandArguments
Package
Description
The main package of the Command Framework containing all
core classes and components related to the framework.
Provides an internal class responsible for handling command cooldowns.
-
Uses of CommandArguments in me.despical.commandframework
Methods in me.despical.commandframework with parameters of type CommandArgumentsModifier and TypeMethodDescription@NotNull Object[]ParameterHandler.getParameterArray(Method method, CommandArguments commandArguments) Method parameters in me.despical.commandframework with type arguments of type CommandArgumentsModifier and TypeMethodDescriptionfinal <A,B extends A>
voidCommandFramework.addCustomParameter(@NotNull String value, @NotNull Function<CommandArguments, B> function) Adds a custom parameter to the parameter handler.<A,B extends A>
voidParameterHandler.addCustomParameter(@NotNull String value, @NotNull Function<CommandArguments, B> function) voidMessage.setMessage(BiFunction<Command, CommandArguments, Boolean> message) Set a custom error message. -
Uses of CommandArguments in me.despical.commandframework.cooldown
Methods in me.despical.commandframework.cooldown with parameters of type CommandArgumentsModifier and TypeMethodDescriptionbooleanCooldownManager.hasCooldown(CommandArguments arguments) booleanCooldownManager.hasCooldown(CommandArguments arguments, Command command, Method method)