Uses of Interface
dev.sympho.modular_commands.api.command.handler.TextHandlers
Packages that use TextHandlers
Package
Description
APIs related to defining a command.
Handler interfaces used across the system.
-
Uses of TextHandlers in dev.sympho.modular_commands.api.command
Methods in dev.sympho.modular_commands.api.command that return types with arguments of type TextHandlersModifier and TypeMethodDescriptionstatic Command.Builder<TextHandlers>
Command.text()
Creates a builder for a text (message and slash) command. -
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 record
A record-based implementation.Methods in dev.sympho.modular_commands.api.command.handler that return TextHandlersModifier and TypeMethodDescriptionstatic TextHandlers
Handlers.text
(InvocationHandler<CommandContext> invocation) Creates a handler set with the given handlers, with support only for text-based commands, and no result handlers.static TextHandlers
Handlers.text
(InvocationHandler<CommandContext> invocation, ResultHandler<CommandContext>... result) Creates a handler set with the given handlers, with support for text-based commands.static TextHandlers
Handlers.text
(InvocationHandler<CommandContext> invocation, List<? extends ResultHandler<CommandContext>> result) Creates a handler set with the given handlers, with support for text-based commands.