Uses of Class
wf.utils.command.subcommand.SubCommandBuilder
Packages that use SubCommandBuilder
-
Uses of SubCommandBuilder in wf.utils.command.subcommand
Methods in wf.utils.command.subcommand that return SubCommandBuilderModifier and TypeMethodDescriptionstatic <T> SubCommandBuilder<T> SubCommandBuilder.setArguments(Argument... arguments) SubCommandBuilder.setCommand(String command) SubCommandBuilder.setPermission(String permission) SubCommandBuilder.setRunnable(TriConsumer<CommandSender, T, Object[]> runnable)