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

public class UnseenFist extends AbstractAbility
  • Constructor Details

    • UnseenFist

      public UnseenFist()
  • Method Details

    • doesAttackUserIgnoreProtect

      public boolean doesAttackUserIgnoreProtect(PixelmonWrapper pokemon, PixelmonWrapper target, Attack a)
      Description copied from interface: Ability
      Determines whether this ability makes this attack pierces protection moves.
      Parameters:
      pokemon - The Pokémon with the Ability.
      target - The attack's target.
      a - The attack.