Set the item quality.
$this
public function setQuality(float $quality) : static { $this->quality = $quality; return $this; }