Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/task
[jvm]
fun <T : Any> task(config: TaskBuilder<T>.() -> Unit): Task<T>
Creates a new task described by the provided config with the use of other DSL functions.
[jvm]
fun <T : Any> TickingScheduler<T>.task(config: AttachedTaskBuilder<T>.() -> Unit): Task<T>
Creates a new task on the receiver scheduler described by the provided config with the use of other DSL functions.