Class CommandAPIExecutor<CommandSender,WrapperType extends AbstractCommandSender<? extends CommandSender>>

java.lang.Object
dev.jorel.commandapi.CommandAPIExecutor<CommandSender,WrapperType>
Type Parameters:
CommandSender - The CommandSender for this executor
WrapperType - The AbstractCommandSender that wraps the CommandSender

public class CommandAPIExecutor<CommandSender,WrapperType extends AbstractCommandSender<? extends CommandSender>> extends Object
CommandAPIExecutor is the main executor implementation for command executors. It contains a list of all executors (normal and resulting executors) and switches its execution implementation based on the provided command executor types.