Package dev.sympho.modular_commands.api.command.context
package dev.sympho.modular_commands.api.command.context
Interfaces that represent the invocation context of a command.
-
ClassDescriptionA class that can represent any context type.The execution context of an invoked command.The execution context of an command invoked through an interaction (application command).A command context whose values (particularly arguments) are lazy-loaded (that is, are not loaded until requested by
LazyContext.load()
).The execution context of an command invoked through a message.The execution context of an command invoked through a slash command.