player = $player; } public function getEmoteId() : string{ return $this->emoteId; } public function setEmoteId(string $emoteId) : void{ $this->emoteId = $emoteId; } }