correct some errors in carver and structure addons

This commit is contained in:
dfsek
2021-07-06 22:23:04 -07:00
parent 5c4ef3f23b
commit 25073199f0
24 changed files with 47 additions and 119 deletions

View File

@@ -9,4 +9,6 @@ public interface ConfiguredStructure {
Range getSpawnStart();
StructureSpawn getSpawn();
String getID();
}