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