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

public class MistySurge extends AbstractAbility
Applies the Misty Terrain environment on switch in.
  • Constructor Details

    • MistySurge

      public MistySurge()
  • Method Details

    • applySwitchInEffect

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