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

@@ -237,7 +237,7 @@ public abstract class ChunkGenerator {
* Get biome at x, z within chunk being generated
*
* @param x - 0-15
* @param y - 0-255
* @param y - world minHeight (inclusive) - world maxHeight (exclusive)
* @param z - 0-15
* @return Biome value
*/
@@ -259,7 +259,7 @@ public abstract class ChunkGenerator {
* Set biome at x, z within chunk being generated
*
* @param x - 0-15
* @param y - 0-255
* @param y - world minHeight (inclusive) - world maxHeight (exclusive)
* @param z - 0-15
* @param bio - Biome value
*/