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 ExecutorTypeTypedExecutor.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.