Uses of Enum Class
io.papermc.paper.threadedregions.scheduler.ScheduledTask.ExecutionState
Packages that use ScheduledTask.ExecutionState
-
Uses of ScheduledTask.ExecutionState in io.papermc.paper.threadedregions.scheduler
Subclasses with type arguments of type ScheduledTask.ExecutionState in io.papermc.paper.threadedregions.schedulerModifier and TypeClassDescriptionstatic enumRepresents the current execution state of the task.Methods in io.papermc.paper.threadedregions.scheduler that return ScheduledTask.ExecutionStateModifier and TypeMethodDescriptionScheduledTask.getExecutionState()Returns the current execution state of this task.static ScheduledTask.ExecutionStateReturns the enum constant of this class with the specified name.static ScheduledTask.ExecutionState[]ScheduledTask.ExecutionState.values()Returns an array containing the constants of this enum class, in the order they are declared.