woodType = $woodType; } public function getWoodType() : TreeType{ return $this->woodType; } public function getFuelTime() : int{ return 1200; //400 in PC } //TODO }