Uses of Class
dev.sympho.modular_commands.api.command.Command.Builder
Packages that use Command.Builder
-
Uses of Command.Builder in dev.sympho.modular_commands.api.command
Methods in dev.sympho.modular_commands.api.command that return Command.BuilderModifier and TypeMethodDescriptionstatic <H extends @NonNull Handlers>
Command.Builder<H>Command.builder()Creates a new builder.static <H extends @NonNull Handlers>
Command.Builder<H>Creates a new builder initialized with the properties of the given command.static Command.Builder<InteractionHandlers>Command.interaction()Creates a builder for an interaction command.static Command.Builder<MessageHandlers>Command.message()Creates a builder for a message-only command.static Command.Builder<SlashHandlers>Command.slash()Creates a builder for a slash-only command.static Command.Builder<TextHandlers>Command.text()Creates a builder for a text (message and slash) command.