Uses of Interface
dev.sympho.modular_commands.execute.LazyContext
Packages that use LazyContext
Package
Description
Runtime system for executing commands defined through the API.
Implementations for command contexts.
-
Uses of LazyContext in dev.sympho.modular_commands.execute
Classes in dev.sympho.modular_commands.execute with type parameters of type LazyContextModifier and TypeClassDescriptionclassBaseCommandExecutor<E extends Event,CTX extends InstrumentedContext & LazyContext, H extends Handlers, I extends SmartIterator<String>> Base implementation for a command executor. -
Uses of LazyContext in dev.sympho.modular_commands.impl.context
Classes in dev.sympho.modular_commands.impl.context that implement LazyContextModifier and TypeClassDescriptionfinal classContext object for invocations performed through text messages.