enchantments = $enchantments; $this->cost = $cost; $this->randomName = $randomName; } public function getEnchantments() : array{ return $this->enchantments; } public function getCost() : int{ return $this->cost; } public function getRandomName() : string{ return $this->randomName; } }