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

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

public __construct ( )
    public function __construct()
    {
        $this->trunkBlock = Block::LOG;
        $this->leafBlock = Block::LEAVES;
        $this->leafType = Leaves::SPRUCE;
        $this->type = Wood::SPRUCE;
        $this->treeHeight = 10;
    }