Uses of Interface
dev.sympho.modular_commands.api.command.context.InteractionCommandContext
Packages that use InteractionCommandContext
Package
Description
Interfaces that represent the invocation context of a command.
Handler interfaces used across the system.
-
Uses of InteractionCommandContext in dev.sympho.modular_commands.api.command.context
Subinterfaces of InteractionCommandContext in dev.sympho.modular_commands.api.command.contextModifier and TypeInterfaceDescriptioninterfaceThe execution context of an command invoked through a slash command. -
Uses of InteractionCommandContext in dev.sympho.modular_commands.api.command.handler
Methods in dev.sympho.modular_commands.api.command.handler that return types with arguments of type InteractionCommandContextModifier and TypeMethodDescriptionInteractionHandlers.Impl.invocation()Returns the value of theinvocationrecord component.InteractionHandlers.invocation()List<? extends ResultHandler<? super InteractionCommandContext>>InteractionHandlers.Impl.result()Returns the value of theresultrecord component.List<? extends ResultHandler<? super InteractionCommandContext>>InteractionHandlers.result()Method parameters in dev.sympho.modular_commands.api.command.handler with type arguments of type InteractionCommandContextModifier and TypeMethodDescriptionstatic InteractionHandlersHandlers.interaction(InvocationHandler<? super InteractionCommandContext> invocation) Creates a handler set with the given handlers, with support only for interaction-based commands, and no result handlers.static InteractionHandlersHandlers.interaction(InvocationHandler<? super InteractionCommandContext> invocation, ResultHandler<? super InteractionCommandContext>... result) Creates a handler set with the given handlers, with support for interaction-based commands.static InteractionHandlersHandlers.interaction(InvocationHandler<? super InteractionCommandContext> invocation, List<? extends ResultHandler<? super InteractionCommandContext>> result) Creates a handler set with the given handlers, with support for interaction-based commands.static InteractionHandlersHandlers.interaction(InvocationHandler<? super InteractionCommandContext> invocation, List<? extends ResultHandler<? super InteractionCommandContext>> result) Creates a handler set with the given handlers, with support for interaction-based commands.Constructor parameters in dev.sympho.modular_commands.api.command.handler with type arguments of type InteractionCommandContextModifierConstructorDescriptionImpl(InvocationHandler<? super InteractionCommandContext> invocation, List<? extends ResultHandler<? super InteractionCommandContext>> result) Creates an instance of aImplrecord class.Impl(InvocationHandler<? super InteractionCommandContext> invocation, List<? extends ResultHandler<? super InteractionCommandContext>> result) Creates an instance of aImplrecord class.