Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.tickers.task/taskTicker
[jvm]
fun <T : BlockEntity> taskTicker(config: TaskTickerScheduler<T>.() -> Unit): TaskTicker<T>
Creates a TaskTicker and configures its TickingScheduler with the config action.