iterateBlockPos

fun AABB.iterateBlockPos(minYInclusive: Int = minY.floorToInt(), maxYInclusive: Int = maxY.ceilToInt()): Iterable<BlockPos>