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

public class HungerSwitch extends AbstractAbility
Created by Jay113355 on 8/20/2020. Switches to the opposite form at the end of each turn.

https://bulbapedia.bulbagarden.net/wiki/Hunger_Switch_(Ability)

  • Constructor Details

    • HungerSwitch

      public HungerSwitch()
  • Method Details

    • applyRepeatedEffect

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