Remove Region.getFloorLevel

Remove Flag.Changed from SpecialRegionData
This commit is contained in:
2026-03-07 14:30:54 +01:00
parent 1c1258af36
commit 73f30efdbd
2 changed files with 1 additions and 7 deletions
@@ -66,12 +66,6 @@ public interface Region extends RegionDataStore {
@NonNull
Area getTestblockArea();
default int getFloorLevel() {
Point p1 = getBuildArea().getMinPoint(true);
Point p2 = getTestblockArea().getMinPoint(true);
return Math.min(p1.getY(), p2.getY());
}
@NonNull
GameModeConfig<Material, String> getGameModeConfig();