Level: fixed sendBlocks() documentation

This commit is contained in:
Dylan K. Taylor 2018-07-02 16:53:48 +01:00
parent 17eef9f902
commit dfc11abf2d

View File

@ -846,10 +846,10 @@ class Level implements ChunkManager, Metadatable{
} }
/** /**
* @param Player[] $target * @param Player[] $target
* @param Block[] $blocks * @param Vector3[] $blocks
* @param int $flags * @param int $flags
* @param bool $optimizeRebuilds * @param bool $optimizeRebuilds
*/ */
public function sendBlocks(array $target, array $blocks, int $flags = UpdateBlockPacket::FLAG_NONE, bool $optimizeRebuilds = false){ public function sendBlocks(array $target, array $blocks, int $flags = UpdateBlockPacket::FLAG_NONE, bool $optimizeRebuilds = false){
$packets = []; $packets = [];