Uses of Enum Class
com.velocitypowered.api.scheduler.TaskStatus
Packages that use TaskStatus
Package
Description
Provides utilities for scheduling tasks with a fluent builder.
-
Uses of TaskStatus in com.velocitypowered.api.scheduler
Methods in com.velocitypowered.api.scheduler that return TaskStatusModifier and TypeMethodDescriptionScheduledTask.status()
Returns the current status of this task.static TaskStatus
Returns the enum constant of this class with the specified name.static TaskStatus[]
TaskStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.