Package io.github.mqzn.commands.base
Class Command.Builder<S>
java.lang.Object
io.github.mqzn.commands.base.Command.Builder<S>
- Type Parameters:
S
- the sender type
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
cooldown
(@NotNull CommandCooldown cooldown) defaultExecutor
(@NotNull CommandExecution<S, S> execution) info
(@NotNull CommandInfo info) requirement
(@NotNull CommandRequirement<S> requirement) final Command.Builder<S>
syntax
(@NotNull CommandSyntax<S>... syntaxes)
-
Method Details
-
info
-
requirement
-
syntax
-
coordination
-
defaultExecutor
-
cooldown
-
build
-