9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-29 03:49:21 +00:00

Apply some

This commit is contained in:
Dreeam
2025-05-31 23:35:17 +08:00
parent 0a650c3c20
commit 607c4f801a
61 changed files with 247 additions and 226 deletions

View File

@@ -29,7 +29,7 @@ public final class BlockPosIterator extends AbstractIterator<BlockPos> {
Vec3 movement = vec.scale(toTravel);
AABB fromBB = boundingBox.move(-vec.x, -vec.y, -vec.z);
AABB searchArea = fromBB.expandTowards(movement);
return BlockPosIterator.iterable(searchArea);
return iterable(searchArea);
}
public BlockPosIterator(AABB bb) {