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

public class PerishBody extends AbstractAbility
  • Constructor Details

    • PerishBody

      public PerishBody()
  • Method Details

    • applyEffectOnContactTarget

      public void applyEffectOnContactTarget(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from interface: Ability
      Triggers when another Pokémon makes contact with this Pokémon.
      Parameters:
      user - The attack's user.
      target - The attack's target.