kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.math/getContainedBlockPos

getContainedBlockPos

[jvm]
fun Box.getContainedBlockPos(includePartial: Boolean = true): Sequence<BlockPos>

Returns a Sequence of all BlockPos contained within this Box. If includePartial is set to true (or by default), includes positions that are only partially contained within the box.