Uses of Class
dev.sympho.modular_commands.impl.context.MessageContextImpl
Packages that use MessageContextImpl
Package
Description
Runtime system for executing commands defined through the API.
-
Uses of MessageContextImpl in dev.sympho.modular_commands.execute
Methods in dev.sympho.modular_commands.execute that return MessageContextImplModifier and TypeMethodDescriptionprotected MessageContextImplMessageCommandExecutor.makeContext(MessageCreateEvent event, Command<? extends MessageHandlers> command, Invocation invocation, StringSplitter.Async.Iterator args) Methods in dev.sympho.modular_commands.execute that return types with arguments of type MessageContextImplModifier and TypeMethodDescriptionprotected InvocationHandler<? super MessageContextImpl>MessageCommandExecutor.getInvocationHandler(MessageHandlers handlers) protected List<? extends ResultHandler<? super MessageContextImpl>>MessageCommandExecutor.getResultHandlers(MessageHandlers handlers)