mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-3658: Update Chunk#getBlock(III) JavaDoc
By: md_5 <git@md-5.net>
This commit is contained in:
parent
965095c0b9
commit
f52f2d504d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue