kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/Task/restart

restart

[jvm]
open fun restart()

Resets the task and starts it from the beginning.

If the task was set to execute multiple times the execution count will also reset.

Throws an exception if called while the task is executing.