Constructor and Description |
---|
HealFixed(int healAmount)
Initializes the heal method.
|
Modifier and Type | Method and Description |
---|---|
int |
getHealAmount(PokemonLink pokemon)
Gets the amount of hp that the Pokémon will be healed by.
|
public HealFixed(int healAmount)
healAmount
- The amount to heal.public int getHealAmount(PokemonLink pokemon)
IHealHP
getHealAmount
in interface IHealHP
pokemon
- The Pokémon to heal.