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

This commit is contained in:
md_5 2017-11-19 15:54:55 +11:00
parent 6198e69596
commit ee68fbfb8e

View file

@ -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
*/ */