13
0
geforkt von Mirrors/Paper

SPIGOT-3658: Update Chunk#getBlock(III) JavaDoc

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2017-11-19 15:54:55 +11:00
Ursprung 965095c0b9
Commit f52f2d504d

Datei anzeigen

@ -34,7 +34,7 @@ public interface Chunk {
* Gets a block from this chunk * Gets a block from this chunk
* *
* @param x 0-15 * @param x 0-15
* @param y 0-127 * @param y 0-255
* @param z 0-15 * @param z 0-15
* @return the Block * @return the Block
*/ */