Inheritance: extends LevelEvent
 public function __construct(FullChunk $chunk, $newChunk)
 {
     parent::__construct($chunk);
     $this->newChunk = (bool) $newChunk;
 }