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

public class Schooling extends AbstractAbility
  • Constructor Details

    • Schooling

      public Schooling()
  • Method Details

    • applyRepeatedEffect

      public void applyRepeatedEffect(PixelmonWrapper pw)
      Description copied from interface: Ability
      Fires at the end of the turn.
      Parameters:
      pw - The Pokémon with the Ability.
    • 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.