java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ScreenCleaner
All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class ScreenCleaner extends AbstractAbility
Ends effects of LightScreen, AuroraVeil, and Reflect for both sides when sent out.
  • Constructor Details

    • ScreenCleaner

      public ScreenCleaner()
  • Method Details

    • applySwitchInEffect

      public void applySwitchInEffect(PixelmonWrapper pw)
      Description copied from interface: Ability
      Triggers after the Pokémon switches in and when the Pokémon gains an Ability.
      Parameters:
      pw - The Pokémon switching in.