Uses of Interface
dev.sympho.modular_commands.api.command.context.MessageCommandContext
Packages that use MessageCommandContext
Package
Description
Handler interfaces used across the system.
Implementations for command contexts.
-
Uses of MessageCommandContext in dev.sympho.modular_commands.api.command.handler
Methods in dev.sympho.modular_commands.api.command.handler that return types with arguments of type MessageCommandContextModifier and TypeMethodDescriptionInvocationHandler<? super MessageCommandContext>
MessageHandlers.Impl.invocation()
Returns the value of theinvocation
record component.InvocationHandler<? super MessageCommandContext>
MessageHandlers.invocation()
List<? extends ResultHandler<? super MessageCommandContext>>
MessageHandlers.Impl.result()
Returns the value of theresult
record component.List<? extends ResultHandler<? super MessageCommandContext>>
MessageHandlers.result()
Method parameters in dev.sympho.modular_commands.api.command.handler with type arguments of type MessageCommandContextModifier and TypeMethodDescriptionstatic MessageHandlers
Handlers.message
(InvocationHandler<? super MessageCommandContext> invocation) Creates a handler set with the given handlers, with support only for message-based commands, and no result handlers.static MessageHandlers
Handlers.message
(InvocationHandler<? super MessageCommandContext> invocation, ResultHandler<? super MessageCommandContext>... result) Creates a handler set with the given handlers, with support only for message-based commands.static MessageHandlers
Handlers.message
(InvocationHandler<? super MessageCommandContext> invocation, List<? extends ResultHandler<? super MessageCommandContext>> result) Creates a handler set with the given handlers, with support only for message-based commands.static MessageHandlers
Handlers.message
(InvocationHandler<? super MessageCommandContext> invocation, List<? extends ResultHandler<? super MessageCommandContext>> result) Creates a handler set with the given handlers, with support only for message-based commands.Constructor parameters in dev.sympho.modular_commands.api.command.handler with type arguments of type MessageCommandContextModifierConstructorDescriptionImpl
(InvocationHandler<? super MessageCommandContext> invocation, List<? extends ResultHandler<? super MessageCommandContext>> result) Creates an instance of aImpl
record class.Impl
(InvocationHandler<? super MessageCommandContext> invocation, List<? extends ResultHandler<? super MessageCommandContext>> result) Creates an instance of aImpl
record class. -
Uses of MessageCommandContext in dev.sympho.modular_commands.impl.context
Classes in dev.sympho.modular_commands.impl.context that implement MessageCommandContextModifier and TypeClassDescriptionfinal class
Context object for invocations performed through text messages.