Interface NormalExecutor<CommandSender,WrapperType extends AbstractCommandSender<? extends CommandSender>>

Type Parameters:
CommandSender - The CommandSender for this executor
WrapperType - The AbstractCommandSender that wraps the CommandSender
All Superinterfaces:
TypedExecutor<CommandSender,WrapperType>

public interface NormalExecutor<CommandSender,WrapperType extends AbstractCommandSender<? extends CommandSender>> extends TypedExecutor<CommandSender,WrapperType>
The interface for normal command executors