Uses of Class
dev.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.
-
Uses of CommandArguments in dev.despical.commandframework
Method parameters in dev.despical.commandframework with type arguments of type CommandArgumentsModifier and TypeMethodDescriptionfinal <T> voidCommandFramework.addCustomParameter(@NotNull Class<T> clazz, @NotNull Function<CommandArguments, T> function) Adds a custom parameter to the parameter handler using a class type.final <A,B extends A>
voidCommandFramework.addCustomParameter(@NotNull String value, @NotNull Function<CommandArguments, B> function) Adds a custom parameter to the parameter handler.voidMessage.setMessage(BiFunction<Command, CommandArguments, Boolean> message) Set a custom error message.Constructors in dev.despical.commandframework with parameters of type CommandArguments