forked from SteamWar/SteamWar
Add RegionData
Improve TestblockCommand with remembering the TB
This commit is contained in:
@@ -72,6 +72,9 @@ public interface Region {
|
||||
@NonNull
|
||||
RegionBackups getBackups();
|
||||
|
||||
@NonNull
|
||||
RegionData getRegionData();
|
||||
|
||||
interface Area {
|
||||
|
||||
Area EMPTY = new Area() {
|
||||
|
||||
Reference in New Issue
Block a user