Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/Task/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.