kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/ExecutionConfiguration

ExecutionConfiguration

[jvm]
sealed class ExecutionConfiguration

Description of a Task’s execution pattern dictating how often it will execute, how many times, etc.

Types

Name Summary
Companion [jvm]
object Companion

Properties

Name Summary
initialDelay [jvm]
val initialDelay: Int
yieldsAfterMs [jvm]
val yieldsAfterMs: Double