scale = $scale; } public function encode(Vector3 $pos){ return LevelEventPacket::standardParticle(ParticleIds::HEART, $this->scale, $pos); } }