Package com.pixelmonmod.pixelmon.items
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 TypeMethodDescriptionint
getHealAmount
(PokemonLink pokemon) Gets the amount of hp that the Pokémon will be healed by.
-
Method Details
-
getHealAmount
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.
-