mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
docs fixes
This commit is contained in:
@ -176,11 +176,11 @@ class Chunk{
|
|||||||
/**
|
/**
|
||||||
* Sets block ID and meta in one call at the specified chunk block coordinates
|
* Sets block ID and meta in one call at the specified chunk block coordinates
|
||||||
*
|
*
|
||||||
* @param int $x 0-15
|
* @param int $x 0-15
|
||||||
* @param int $y
|
* @param int $y
|
||||||
* @param int $z 0-15
|
* @param int $z 0-15
|
||||||
* @param int|null $blockId 0-255 if null, does not change
|
* @param int $blockId 0-255
|
||||||
* @param int|null $meta 0-15 if null, does not change
|
* @param int $meta 0-15
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user