Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.tickers
Name | Summary |
---|---|
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. |
cast | [jvm] fun <T : BlockEntity, E : BlockEntity> BlockEntityTicker<T>.cast(): BlockEntityTicker<E> Casts a BlockEntityTicker to the specified BlockEntity type E. |