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