kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/Task/forceResume

forceResume

[jvm]
abstract fun forceResume()

Resumes the task if it was previously paused with pause. Additionally, cancels any suspension caused by TaskContext.sleepFor or TaskContext.waitUntil.

Throws an exception if called while the task is executing.