Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.tickers.task/TickerContext/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.