Uses of Enum Class
io.papermc.paper.threadedregions.scheduler.ScheduledTask.CancelledState
Packages that use ScheduledTask.CancelledState
-
Uses of ScheduledTask.CancelledState in io.papermc.paper.threadedregions.scheduler
Methods in io.papermc.paper.threadedregions.scheduler that return ScheduledTask.CancelledStateModifier and TypeMethodDescription@NotNull ScheduledTask.CancelledState
ScheduledTask.cancel()
Attempts to cancel this task, returning the result of the attempt.static ScheduledTask.CancelledState
Returns the enum constant of this class with the specified name.static ScheduledTask.CancelledState[]
ScheduledTask.CancelledState.values()
Returns an array containing the constants of this enum class, in the order they are declared.