Skip to content

Commit 93d2dc5

Browse files
committed
Fix unparameterized Region in World interface
1 parent 2c63d76 commit 93d2dc5

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/de/bluecolored/bluemap/core/world

1 file changed

+1
-1
lines changed

core/src/main/java/de/bluecolored/bluemap/core/world/World.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public interface World {
6868
/**
6969
* Returns the {@link Region} on the specified region-position
7070
*/
71-
Region getRegion(int x, int z);
71+
Region<Chunk> getRegion(int x, int z);
7272

7373
/**
7474
* Returns a collection of all regions in this world.

0 commit comments

Comments
 (0)