Fix unparameterized Region in World interface

This commit is contained in:
Lukas Rieger (Blue) 2024-11-19 22:11:14 +01:00
parent 2c63d76782
commit 93d2dc54ba
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -68,7 +68,7 @@ public interface World {
/**
* 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.