Add toString() methods

This commit is contained in:
2025-08-02 08:49:56 +02:00
parent 9e0e339277
commit ecb9571624
5 changed files with 27 additions and 8 deletions
@@ -92,6 +92,11 @@ public interface RegionSystem {
throw new UnsupportedOperationException();
}
@Override
public @NonNull Location getWorldSpawn() {
throw new UnsupportedOperationException();
}
@Override
public Region getGlobalRegion() {
throw new UnsupportedOperationException();