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

public class Magician extends AbstractAbility
Steals the opponent's held item after attacking it.
  • Constructor Details

    • Magician

      public Magician()
  • Method Details

    • postProcessAttackUser

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