kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.tickers.task/TickerContext/findScheduler

findScheduler

[jvm]
fun T.findScheduler(): TaskTickerScheduler<T>?

Retrieve the scheduler on the receiver BlockEntity belonging to the current TaskTicker.

Can return null if the scheduler doesn’t exist, e.g. if the receiver block entity has not ticked yet, or uses a different ticker instead.