Add FixedGlobalFlagStorage

This commit is contained in:
2025-07-31 18:17:38 +02:00
parent 01d9532aa6
commit 6a5507321e
4 changed files with 87 additions and 6 deletions
@@ -36,7 +36,7 @@ public final class FixedGlobalRegion implements Region {
private static final Point MIN_POINT = new Point(Integer.MIN_VALUE, Integer.MIN_VALUE, Integer.MIN_VALUE);
private static final Point MAX_POINT = new Point(Integer.MAX_VALUE, Integer.MAX_VALUE, Integer.MAX_VALUE);
private static final FlagStorage FLAG_STORAGE = FixedFlagStorage.createFromFile(null); // TODO: Update to either File or Region creation!
private static final FlagStorage FLAG_STORAGE = new FixedGlobalFlagStorage();
private static final UUID GLOBAL_REGION_ID = new UUID(0, 0);