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