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

public class PowerConstruct extends AbstractAbility
Created by Jay113355 on 4/27/2020.
  • Constructor Details

    • PowerConstruct

      public PowerConstruct()
  • Method Details

    • applyRepeatedEffectAfterStatus

      public void applyRepeatedEffectAfterStatus(PixelmonWrapper pokemon)
      Fires at the end of the turn.
      Parameters:
      pokemon - The Pokémon with the Ability.
    • applyEndOfBattleEffect

      public void applyEndOfBattleEffect(PixelmonWrapper pokemon)
      Description copied from interface: Ability
      Triggers at the end of the battle.
      Parameters:
      pokemon - The Pokémon in battle at the battle's end.