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 io.github.mqzn.commands.base.cooldown.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
-
defaultExecutor
-
cooldown
public Command.Builder<S> cooldown(@NotNull @NotNull io.github.mqzn.commands.base.cooldown.CommandCooldown cooldown) -
build
-