Exemplo n.º 1
0
 public function __construct(FullChunk $chunk, Compound $nbt, Entity $shootingEntity = null)
 {
     parent::__construct($chunk, $nbt, $shootingEntity);
 }
Exemplo n.º 2
0
 public function __construct(FullChunk $chunk, Compound $nbt, Entity $shootingEntity = null, $critical = false)
 {
     $this->isCritical = (bool) $critical;
     parent::__construct($chunk, $nbt, $shootingEntity);
 }