refactor: modernize AABB class

This commit is contained in:
orng
2026-03-27 21:11:11 -05:00
parent da7cbcb4b6
commit 79217ca8e3
53 changed files with 362 additions and 357 deletions

View File

@@ -138,4 +138,4 @@ bool StructureStart::isValid() { return true; }
int StructureStart::getChunkX() { return chunkX; }
int StructureStart::getChunkZ() { return chunkZ; }
int StructureStart::getChunkZ() { return chunkZ; }