VelocityTasks

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun runAsync(delay: Int = 1, task: () -> Unit): ScheduledTask

Runs an async task after the specified delay in ticks

Link copied to clipboard
fun runAsyncRepeating(delay: Int = 1, period: Int = 1, task: () -> Unit): RecurringTask

Runs a repeating task asynchronously every given ticks (1 tick = 0.05 seconds) after the given ticks (1 tick = 0.05 seconds)

Properties

Link copied to clipboard
val scheduler: Scheduler

Velocity Scheduler