__construct() public method

public __construct ( pocketmine\level\format\FullChunk $chunk )
$chunk pocketmine\level\format\FullChunk
 public function __construct(FullChunk $chunk, $newChunk)
 {
     parent::__construct($chunk);
     $this->newChunk = (bool) $newChunk;
 }