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

public class StanceChange extends AbstractAbility
  • Constructor Details

    • StanceChange

      public StanceChange()
  • Method Details

    • startMove

      public void startMove(PixelmonWrapper pokemon)
      Description copied from interface: Ability
      Affects the Pokémon at the start of using a move.
      Parameters:
      pokemon - The Pokémon with the Ability.
    • applySwitchOutEffect

      public void applySwitchOutEffect(PixelmonWrapper oldPokemon)
      Description copied from interface: Ability
      Triggers when the Pokémon switches out.
      Parameters:
      oldPokemon - The Pokémon switching out.