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
Methods in dev.jorel.commandapi.executors that return ExecutorTypeModifier and TypeMethodDescriptiondefault ExecutorTypeCommandBlockCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeCommandBlockResultingCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeConsoleCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeConsoleResultingCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeEntityCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeEntityResultingCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeIExecutorTyped.getType()Returns the type of the sender of the current executor.default ExecutorTypeNativeCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeNativeResultingCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypePlayerCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypePlayerResultingCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeProxyCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeProxyResultingCommandExecutor.getType()Returns the type of the sender of the current executor.default ExecutorTypeResultingCommandExecutor.getType()Returns the type of the sender of the current executor.static ExecutorTypeReturns 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.