kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.world/typedBlockEntity

typedBlockEntity

[jvm]
inline fun <T : BlockEntity> BlockView.typedBlockEntity(pos: BlockPos): T?

Returns the BlockEntity contained at the given pos in this BlockView, if it exists and is of type T.

Otherwise, returns null.