Uses of Class
wf.utils.command.subcommand.executor.Argument
Packages that use Argument
-
Uses of Argument in wf.utils.command.subcommand
Methods in wf.utils.command.subcommand with parameters of type ArgumentConstructors in wf.utils.command.subcommand with parameters of type ArgumentModifierConstructorDescriptionSubCommand(String command, String permission, Argument[] arguments, TriConsumer<CommandSender, T, Object[]> runnable) -
Uses of Argument in wf.utils.command.subcommand.executor
Methods in wf.utils.command.subcommand.executor that return ArgumentMethods in wf.utils.command.subcommand.executor with parameters of type ArgumentModifier and TypeMethodDescriptionstatic intSubCommandExecutor.getMinObligatorilyArgs(Argument[] arguments) voidSubCommandExecutor.setArguments(Argument[] arguments) Constructors in wf.utils.command.subcommand.executor with parameters of type ArgumentModifierConstructorDescriptionSubCommandExecutor(String command, Argument... arguments) SubCommandExecutor(Argument... arguments)