Add RegionData

Improve TestblockCommand with remembering the TB
This commit is contained in:
2025-10-17 21:36:50 +02:00
parent 4e050106f5
commit f9c320cb33
6 changed files with 136 additions and 2 deletions
@@ -72,6 +72,9 @@ public interface Region {
@NonNull
RegionBackups getBackups();
@NonNull
RegionData getRegionData();
interface Area {
Area EMPTY = new Area() {