kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.tickers.task/taskTicker

taskTicker

[jvm]
fun <T : BlockEntity> taskTicker(config: TaskTickerScheduler<T>.() -> Unit): TaskTicker<T>

Creates a TaskTicker and configures its TickingScheduler with the config action.