kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/Task/pause

pause

[jvm]
abstract fun pause()

Pauses the task, so it can be resumed later using resume.

Throws an exception if called while the task is executing.