Constructor and Description |
---|
MedicineStatus(StatusType... statuses)
Initializes the medicine definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
useMedicine(PokemonLink target,
double multiplier)
Heals the Pokémon with the item.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
useMedicine
public MedicineStatus(StatusType... statuses)
statuses
- The statuses healed by the medicine.public boolean useMedicine(PokemonLink target, double multiplier)
IMedicine
useMedicine
in interface IMedicine
target
- The Pokémon the item is being used on.multiplier
- Multiplier value for the heal amount.