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

public class Electromorphosis extends AbstractAbility
  • Constructor Details

    • Electromorphosis

      public Electromorphosis()
  • Method Details

    • postProcessAttack

      public void postProcessAttack(PixelmonWrapper pokemon, PixelmonWrapper user, Attack a)
      Description copied from interface: Ability
      Triggers after the Pokémon is attacked.
      Parameters:
      pokemon - The Pokémon with the Ability.
      user - The attack's user.
      a - The attack.
    • activate

      public void activate(PixelmonWrapper user, PixelmonWrapper pokemon, net.minecraft.network.chat.MutableComponent cause)