kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/multiple

multiple

[jvm]
infix fun (ExecutionConfiguration) -> Unit.multiple(configuration: ConfigurationBuilder.Multiple.() -> Unit)

Creates an ExecutionConfiguration that executes the task multiple times, further configured with the provided configuration.

See also

 
run