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

public class InnardsOut extends AbstractAbility
  • Constructor Details

    • InnardsOut

      public InnardsOut()
  • Method Details

    • onSelfFaint

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