pocketmine\level\generator\object\BirchTree::__construct PHP Метод

__construct() публичный Метод

public __construct ( $superBirch = false )
    public function __construct($superBirch = false)
    {
        $this->trunkBlock = Block::LOG;
        $this->leafBlock = Block::LEAVES;
        $this->leafType = Leaves::BIRCH;
        $this->type = Wood::BIRCH;
        $this->superBirch = (bool) $superBirch;
    }