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

public class CheekPouch extends AbstractAbility
Heals 33% hp when this Pokémon eats a Berry.
  • Constructor Details

    • CheekPouch

      public CheekPouch()
  • Method Details

    • onBerryEaten

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