Class CommandExecutionCoordinator.SimpleCoordinator<C>

java.lang.Object
cloud.commandframework.execution.CommandExecutionCoordinator<C>
cloud.commandframework.execution.CommandExecutionCoordinator.SimpleCoordinator<C>
Type Parameters:
C - Command sender type
Enclosing class:
CommandExecutionCoordinator<C>

@API(status=INTERNAL, consumers="cloud.commandframework.*") public static final class CommandExecutionCoordinator.SimpleCoordinator<C> extends CommandExecutionCoordinator<C>
A simple command execution coordinator that executes all commands immediately, on the calling thread