Class Command.Builder<H extends @NonNull Handlers>

java.lang.Object
dev.sympho.modular_commands.api.command.ImmutableCommand.Builder<H>
dev.sympho.modular_commands.api.command.Command.Builder<H>
Type Parameters:
H - The handler type.
Enclosing interface:
Command<H extends @NonNull Handlers>

public static class Command.Builder<H extends @NonNull Handlers> extends dev.sympho.modular_commands.api.command.ImmutableCommand.Builder<H>
The default builder.
Since:
1.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class dev.sympho.modular_commands.api.command.ImmutableCommand.Builder

    addAliases, addAliases, addAllAliases, addAllParameters, addParameters, addParameters, aliases, build, callable, deferReply, description, displayName, from, handlers, id, inheritSettings, invokeParent, name, nsfw, parameters, parent, repliesDefaultPrivate, requiredGroup, requireParentGroups, scope, skipGroupCheckOnInteraction

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()