getWorld()->addParticle($this->location, new PotionSplashParticle(PotionSplashParticle::DEFAULT_COLOR())); $this->broadcastSound(new PotionSplashSound()); $this->getWorld()->dropExperience($this->location, mt_rand(3, 11)); } }