32    public function __construct(){
 
   33        parent::__construct();
 
   35        $trees = 
new Tree(TreeType::SPRUCE);
 
   36        $trees->setBaseAmount(10);
 
   37        $this->addPopulator($trees);
 
   40        $tallGrass->setBaseAmount(1);
 
   42        $this->addPopulator($tallGrass);
 
   44        $this->setElevation(63, 81);
 
   46        $this->temperature = 0.05;
 
   47        $this->rainfall = 0.8;
 
   50    public function getName() : 
string{