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

public class CudChew extends AbstractAbility
If the Pokémon eats a Berry, it will eat that Berry again at the end of the next turn.
  • Constructor Details

    • CudChew

      public CudChew()
  • Method Details

    • applyRepeatedEffectAfterStatus

      public void applyRepeatedEffectAfterStatus(PixelmonWrapper newPokemon)
      Description copied from interface: Ability
      Triggers at the end of every turn after residual status damage has been applied.
      Parameters:
      newPokemon - The Pokémon with the Ability.
    • onBerryEaten

      public void onBerryEaten(PixelmonWrapper user, PixelmonWrapper consumer, HeldItem item)
      Description copied from interface: Ability
      Triggers when a berry is eaten.
      Parameters:
      user - The Pokémon with the Ability.
      consumer - The Pokémon who consumed the berry.
      item - The consumed held item.