Start rebuilt

This commit is contained in:
2025-12-18 18:09:15 +01:00
parent 6d1b969af5
commit 3062621233
43 changed files with 415 additions and 74 deletions
@@ -43,8 +43,6 @@ public final class FixedGlobalRegion implements Region {
@Setter
private static RegionData FLAG_STORAGE;
private static final UUID GLOBAL_REGION_ID = new UUID(0, 0);
private static final Area GLOBAL_AREA = new Area() {
@Override
public @NonNull Point getMinPoint(boolean extension) {
@@ -102,7 +100,7 @@ public final class FixedGlobalRegion implements Region {
@Override
public @NonNull UUID getID() {
return GLOBAL_REGION_ID;
return RegionSystem.GLOBAL_REGION_ID;
}
@Override