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

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

public __construct ( )
    public function __construct()
    {
        $this->trunkBlock = Block::WOOD2;
        $this->leafBlock = Block::LEAVES2;
        $this->leafType = Leaves2::DARK_OAK;
        $this->type = Wood2::DARK_OAK;
        $this->treeHeight = 8;
    }
DarkOakTree