world->addParticle($this, new PotionSplashParticle(PotionSplashParticle::DEFAULT_COLOR())); $this->world->addSound($this, new PotionSplashSound()); $this->world->dropExperience($this, mt_rand(3, 11)); } }