Uses of Interface
dev.sympho.modular_commands.api.command.handler.SlashHandlers
Packages that use SlashHandlers
Package
Description
Handler interfaces used across the system.
Builders for various types.
-
Uses of SlashHandlers in dev.sympho.modular_commands.api.command.handler
Subinterfaces of SlashHandlers in dev.sympho.modular_commands.api.command.handlerModifier and TypeInterfaceDescriptioninterfaceA set of handlers that support interaction-based invocations.interfaceA set of handlers that support text-based (message and slash) invocations.Classes in dev.sympho.modular_commands.api.command.handler that implement SlashHandlersModifier and TypeClassDescriptionstatic final recordA record-based implementation.static final recordA record-based implementation.static final recordA record-based implementation.Methods in dev.sympho.modular_commands.api.command.handler that return SlashHandlersModifier and TypeMethodDescriptionstatic SlashHandlersHandlers.slash(InvocationHandler<? super SlashCommandContext> invocation) Creates a handler set with the given handlers, with support only for slash-based commands, and no result handlers.static SlashHandlersHandlers.slash(InvocationHandler<? super SlashCommandContext> invocation, ResultHandler<? super SlashCommandContext>... result) Creates a handler set with the given handlers, with support only for slash-based commands.static SlashHandlersHandlers.slash(InvocationHandler<? super SlashCommandContext> invocation, List<? extends ResultHandler<? super SlashCommandContext>> result) Creates a handler set with the given handlers, with support only for slash-based commands. -
Uses of SlashHandlers in dev.sympho.modular_commands.utils.builder
Methods in dev.sympho.modular_commands.utils.builder that return types with arguments of type SlashHandlersModifier and TypeMethodDescriptionstatic CommandBuilder<SlashHandlers>CommandBuilder.slash()Creates a builder for a slash-only command.