mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-23 11:05:50 +01:00
Fix unparameterized Region in World interface
This commit is contained in:
parent
2c63d76782
commit
93d2dc54ba
@ -68,7 +68,7 @@ public interface World {
|
|||||||
/**
|
/**
|
||||||
* Returns the {@link Region} on the specified region-position
|
* Returns the {@link Region} on the specified region-position
|
||||||
*/
|
*/
|
||||||
Region getRegion(int x, int z);
|
Region<Chunk> getRegion(int x, int z);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a collection of all regions in this world.
|
* Returns a collection of all regions in this world.
|
||||||
|
Loading…
Reference in New Issue
Block a user