pocketmine\entity\Entity::removeAllEffects PHP Method

removeAllEffects() public method

public removeAllEffects ( )
    public function removeAllEffects()
    {
        foreach ($this->effects as $effect) {
            $this->removeEffect($effect->getId());
        }
    }