kettle

Kotlin utilities for Quilt mod development


Project maintained by Cypher121 Hosted on GitHub Pages — Theme by mattgraham

//kettle/coffee.cypher.kettle.scheduler/TickingScheduler/addTask

addTask

[jvm]
fun addTask(task: Task<T>, start: Boolean = false)

Adds a new task to this scheduler.

If start is set to true, the task will start executing on the next tick.