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

public class Corrosion extends AbstractAbility
  • Constructor Details

    • Corrosion

      public Corrosion()
  • Method Details

    • ignoresStatusTypeImmunity

      public boolean ignoresStatusTypeImmunity(PixelmonWrapper target, StatusType type)
      Description copied from interface: Ability
      Determines whether the Ability ignores the opponent's type immunity to statuses.
      Parameters:
      target - The Pokémon gaining the status.
      type - The type of the status.
      Returns:
      Whether the Ability ignores the type immunity for the status.