kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/Task/Companion

Companion

[jvm]
object Companion

Functions

Name Summary
create [jvm]
fun <T : Any> create(name: String, configuration: ExecutionConfiguration = ExecutionConfiguration.once(), taskBlock: TaskBlock<T>): Task<T>
Creates a new Task with the given name and execution configuration, that will execute the given taskBlock when started.