Uses of Enum Class
dev.jorel.commandapi.executors.ExecutorType

Packages that use ExecutorType
Package
Description
Classes relating to the different FunctionalInterfaces for command execution
  • Uses of ExecutorType in dev.jorel.commandapi.executors

    Modifier and Type
    Method
    Description
    default ExecutorType
    CommandBlockCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    CommandBlockResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    CommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    ConsoleCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    ConsoleResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    EntityCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    EntityResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    IExecutorTyped.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    NativeCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    NativeResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    PlayerCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    PlayerResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    ProxyCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    ProxyResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    default ExecutorType
    ResultingCommandExecutor.getType()
    Returns the type of the sender of the current executor.
    ExecutorType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static ExecutorType[]
    ExecutorType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.