kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.tickers

Package-level declarations

Functions

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.