sound; } public function setSound(Sound $sound) : void{ $this->sound = $sound; } public function getPosition() : Vector3{ return $this->position; } /** * @return Player[] */ public function getRecipients() : array{ return $this->recipients; } /** * @param Player[] $recipients */ public function setRecipients(array $recipients) : void{ $this->recipients = $recipients; } }