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

public class Commander extends AbstractAbility
  • Constructor Details

    • Commander

      public Commander()
  • 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.
    • applyAllySwitchInEffect

      public void applyAllySwitchInEffect(PixelmonWrapper pw, PixelmonWrapper switched)
      Description copied from interface: Ability
      Triggers after an allied Pokémon switches in.
      Parameters:
      pw - The Pokémon with the ability.
      switched - The allied Pokémon switching in.
    • onAllyFaint

      public void onAllyFaint(PixelmonWrapper pw, PixelmonWrapper fainted, PixelmonWrapper source)
      Description copied from interface: Ability
      Triggers right after an allied Pokémon faints.
      Parameters:
      pw - - The Pokémon with the ability. Not the one fainting.
      fainted - - The ally Pokémon that fainted.
      source - - The ultimate cause of the fainting. Self inflicted or global causes give the fainted as the source.
    • onSelfFaint

      public void onSelfFaint(PixelmonWrapper self, PixelmonWrapper source)
      Description copied from interface: Ability
      Triggers right after an allied Pokémon faints.
      Parameters:
      self - - The Pokémon with the ability.
      source - - The ultimate cause of the fainting. Self inflicted or global causes give the fainted as the source.