Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.tickers/asSimpleTicker
[jvm]
fun <T : BlockEntity> (World, BlockPos, BlockState, T) -> Unit.asSimpleTicker(): BlockEntityTicker<T>
Wraps a function taking the arguments for BlockEntityTicker.tick into a BlockEntityTicker.