Interface NativeCommandExecutor

All Superinterfaces:
IExecutorNormal<NativeProxyCommandSender>, IExecutorTyped
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NativeCommandExecutor extends IExecutorNormal<NativeProxyCommandSender>
A normal command executor for a NativeProxyCommandSender
  • Method Summary

    Modifier and Type
    Method
    Description
    default ExecutorType
    Returns the type of the sender of the current executor.
    void
    The code to run when this command is performed

    Methods inherited from interface dev.jorel.commandapi.executors.IExecutorNormal

    executeWith