addOnReset

infix fun addOnReset(onReset: Consumer<Task>): DynamicTask
fun addOnReset(onReset: Runnable, ktCompatUnusedIgnore: Any? = null): DynamicTask

Adds additional onReset code to run after the current onReset code.