Package wf.utils.command.subcommand
Class SubCommandBuilder<T>
java.lang.Object
wf.utils.command.subcommand.SubCommandBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setArguments(Argument... arguments) setCommand(String command) setPermission(String permission) setRunnable(TriConsumer<CommandSender, T, Object[]> runnable)
-
Constructor Details
-
SubCommandBuilder
public SubCommandBuilder()
-
-
Method Details
-
setPermission
-
setRunnable
-
setArguments
-
setCommand
-
build
-