packet = $packet; $this->origin = $origin; } public function getPacket() : ServerboundPacket{ return $this->packet; } public function getOrigin() : NetworkSession{ return $this->origin; } }