Interface IHealHP

All Known Implementing Classes:
HealFixed, HealFraction

public interface IHealHP
Calculates the amount of hp that a Pokémon will be healed by.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the amount of hp that the Pokémon will be healed by.
  • Method Details

    • getHealAmount

      int getHealAmount(PokemonLink pokemon)
      Gets the amount of hp that the Pokémon will be healed by.
      Parameters:
      pokemon - The Pokémon to heal.
      Returns:
      The amount of hp that the Pokémon will be healed by.