Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.world/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.