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 theinvocationrecord component.InvocationHandler<? super MessageCommandContext>MessageHandlers.invocation()List<? extends ResultHandler<? super MessageCommandContext>>MessageHandlers.Impl.result()Returns the value of theresultrecord 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 MessageHandlersHandlers.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 MessageHandlersHandlers.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 MessageHandlersHandlers.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 MessageHandlersHandlers.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 aImplrecord class.Impl(InvocationHandler<? super MessageCommandContext> invocation, List<? extends ResultHandler<? super MessageCommandContext>> result) Creates an instance of aImplrecord class. -
Uses of MessageCommandContext in dev.sympho.modular_commands.impl.context
Classes in dev.sympho.modular_commands.impl.context that implement MessageCommandContextModifier and TypeClassDescriptionfinal classContext object for invocations performed through text messages.