pocketmine\level\generator\populator\Tree::__construct PHP Method

__construct() public method

public __construct ( $type = Sapling::OAK )
    public function __construct($type = Sapling::OAK)
    {
        $this->type = $type;
    }