kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.scheduler/Task/copy

copy

[jvm]
abstract fun copy(): Task<T>

Creates a copy of this task with identical configuration and executed code.

Does not copy the current state or progress of the task.