Uses of Package
dev.sympho.modular_commands.api.command.context
Packages that use dev.sympho.modular_commands.api.command.context
Package
Description
Interfaces that represent the invocation context of a command.
Handler interfaces used across the system.
Interfaces defining how received arguments are parsed.
Runtime system for executing commands defined through the API.
Implementations for command contexts.
Parsing utilities.
-
Classes in dev.sympho.modular_commands.api.command.context used by dev.sympho.modular_commands.api.command.contextClassDescriptionThe execution context of an invoked command.The execution context of an command invoked through an interaction (application command).
-
Classes in dev.sympho.modular_commands.api.command.context used by dev.sympho.modular_commands.api.command.handlerClassDescriptionThe execution context of an invoked command.The execution context of an command invoked through an interaction (application command).The execution context of an command invoked through a message.The execution context of an command invoked through a slash command.
-
-
-
Classes in dev.sympho.modular_commands.api.command.context used by dev.sympho.modular_commands.impl.contextClassDescriptionThe execution context of an invoked command.The execution context of an command invoked through a message.
-