Class BerryEaten


public class BerryEaten extends StatusBase
Records the Pokémon having eaten a Berry
  • Constructor Details

    • BerryEaten

      public BerryEaten()
  • Method Details

    • applyRepeatedEffect

      public void applyRepeatedEffect(PixelmonWrapper pokemon)
      Description copied from class: StatusBase
      Triggered at the end of every turn.
      Overrides:
      applyRepeatedEffect in class StatusBase
      Parameters:
      pokemon - The statused Pokémon.
    • addBerry

      public void addBerry(BerryItem berry, int duration)
    • getCurrentBerry

      public BerryItem getCurrentBerry()