SPIGOT-6875: Update references to old world height limits

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2022-01-02 11:58:32 +11:00
parent 7454ac76ed
commit 014fc854ad
3 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ public interface Chunk extends PersistentDataHolder {
* Gets a block from this chunk
*
* @param x 0-15
* @param y 0-255
* @param y world minHeight (inclusive) - world maxHeight (exclusive)
* @param z 0-15
* @return the Block
*/