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

public class Pickpocket extends AbstractAbility
Steals an attacker's held item on contact if the Pokémon has no held item.
  • Constructor Details

    • Pickpocket

      public Pickpocket()
  • Method Details

    • applyEffectOnContactTargetLate

      public void applyEffectOnContactTargetLate(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from interface: Ability
      Triggers when another Pokémon makes contact with this Pokémon. Happens after other end-of-move effects.
      Parameters:
      user - The attack's user.
      target - The attack's target.