scheduleTask

fun scheduleTask(delay: Int = 0, callback: () -> Unit)

Schedule's a task to run on Minecraft's main thread in delay ticks. Defaults to the next tick.

Parameters

delay

The delay in ticks

callback

The task to run on the main thread

Sources

Link copied to clipboard