Class Command.Builder<S>

java.lang.Object
io.github.mqzn.commands.base.Command.Builder<S>
Type Parameters:
S - the sender type
Enclosing interface:
Command<S>

public static final class Command.Builder<S> extends Object
An internal builder class for the command class Command<S>
See Also: