Uses of Interface
dev.sympho.modular_commands.api.command.handler.SlashHandlers
Packages that use SlashHandlers
Package
Description
APIs related to defining a command.
Handler interfaces used across the system.
-
Uses of SlashHandlers in dev.sympho.modular_commands.api.command
Methods in dev.sympho.modular_commands.api.command that return types with arguments of type SlashHandlersModifier and TypeMethodDescriptionstatic Command.Builder<SlashHandlers>Command.slash()Creates a builder for a slash-only command. -
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.