getMagicNumber()), BlockFactory::get(BlockIds::LEAVES, TreeType::BIRCH()->getMagicNumber())); $this->superBirch = $superBirch; } public function placeObject(ChunkManager $level, int $x, int $y, int $z, Random $random) : void{ $this->treeHeight = $random->nextBoundedInt(3) + 5; if($this->superBirch){ $this->treeHeight += 5; } parent::placeObject($level, $x, $y, $z, $random); } }