Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/Task/Companion/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.