kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/Task/start

start

[jvm]
abstract fun start()

Starts the task if it is newly created or has been reset.

Throws an exception if called while the task is executing.