kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/action

action

[jvm]
fun <T : Any> TaskBuilder<T>.action(block: TaskBlock<T>)

Sets the function executed by the Task to the provided block.