Uses of Class
dev.sympho.modular_commands.execute.CommandExecutor
Packages that use CommandExecutor
Package
Description
Runtime system for executing commands defined through the API.
-
Uses of CommandExecutor in dev.sympho.modular_commands.execute
Subclasses of CommandExecutor in dev.sympho.modular_commands.executeModifier and TypeClassDescriptionclassBaseCommandExecutor<E extends Event,CTX extends InstrumentedContext & LazyContext, H extends Handlers, I extends SmartIterator<String>> Base implementation for a command executor.classExecutor that receives and handles commands through text messages.