kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.tickers/asSimpleTicker

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.