public interface IMedicine
| Modifier and Type | Method and Description | 
|---|---|
| default boolean | useMedicine(PokemonLink target) | 
| boolean | useMedicine(PokemonLink target,
           double multiplier)Heals the Pokémon with the item. | 
boolean useMedicine(PokemonLink target, double multiplier)
target - The Pokémon the item is being used on.multiplier - Multiplier value for the heal amount.default boolean useMedicine(PokemonLink target)