Skip to content

Commit

Permalink
Fix unparameterized Region in World interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Nov 19, 2024
1 parent 2c63d76 commit 93d2dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 93d2dc5

Please sign in to comment.