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

public class TeraformZero extends AbstractAbility
As soon as Terapagos assumes its Stellar Form, it will immediately neutralize weather and terrain effects.
  • Constructor Details

    • TeraformZero

      public TeraformZero()
  • Method Details

    • applyTerastalEffect

      public void applyTerastalEffect(PixelmonWrapper abilityUser)
      Description copied from interface: Ability
      Triggers when the Pokémon Terastallizes.
      Parameters:
      abilityUser - The Pokémon terastallizing.
    • canBeTraced

      public boolean canBeTraced()
      Description copied from interface: Ability
      Returns whether the ability can be copied via Trace.
      Returns:
      Whether the ability can be Traced.
    • canBeRoleplayed

      public boolean canBeRoleplayed()
      Description copied from interface: Ability
      Returns whether the ability can be copied via Roleplay.
      Returns:
      Whether the ability can be copied.
    • canBeSwapped

      public boolean canBeSwapped()
      Description copied from interface: Ability
      Returns whether the ability can be part of a Skill Swap exchange.
      Returns:
      Whether the ability can be swapped.
    • canBeReceived

      public boolean canBeReceived()
      Description copied from interface: Ability
      Returns whether the ability can be copied from an ally via Receiver.
      Returns:
      Whether the ability can be Received from an ally.