kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/ConfigurationBuilder/Multiple

Multiple

[jvm]
class Multiple : ConfigurationBuilder

A builder object for an ExecutionConfiguration that will execute multiple times.

Constructors

   
Multiple [jvm]
constructor()

Properties

Name Summary
initialDelay [jvm]
var initialDelay: Int
delay in ticks before the task first executes
pause [jvm]
var pause: Int
delay in ticks between each execution
times [jvm]
var times: Int
number of times to execute the task
yieldsAfterMs [jvm]
var yieldsAfterMs: Double
number of milliseconds in one execution until TaskContext.yield suspends the task.