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

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2017-11-19 15:54:55 +11:00
parent 965095c0b9
commit f52f2d504d

View file

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