LightUpdate: fixed type doc for updateNodes field

This commit is contained in:
Dylan K. Taylor 2019-10-22 12:23:42 +01:00
parent da17ade575
commit 29f002b32c

View File

@ -34,7 +34,7 @@ abstract class LightUpdate{
/** @var ChunkManager */ /** @var ChunkManager */
protected $level; protected $level;
/** @var int[] blockhash => new light level */ /** @var int[][] blockhash => [x, y, z, new light level] */
protected $updateNodes = []; protected $updateNodes = [];
/** @var \SplQueue */ /** @var \SplQueue */