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

public class Dancer extends AbstractAbility
Pokemon with this immediately copy any Dance move used. (not Rain Dance because that's actually Rain Prayer in Japanese, and would be entirely useless anyway)
  • Constructor Details

    • Dancer

      public Dancer()
  • Method Details

    • postProcessAttackOther

      public void postProcessAttackOther(PixelmonWrapper pokemon, PixelmonWrapper user, PixelmonWrapper target, Attack a)
      Description copied from interface: Ability
      Triggers after any Pokémon attacks.
      Parameters:
      pokemon - The Pokémon with the Ability.
      user - The Pokémon attacking.
      target - The attack's target.
      a - The attack.