kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/once

once

[jvm]
infix fun (ExecutionConfiguration) -> Unit.once(configuration: ConfigurationBuilder.Once.() -> Unit)

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

See also

 
run