Class HealPokemonEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
com.pixelmonmod.pixelmon.api.events.battles.HealPokemonEvent
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
battleController -
Constructor Summary
ConstructorsConstructorDescriptionHealPokemonEvent(BattleController battleController, PixelmonWrapper pokemon, int previousHealth, int currentHealth, int amount) -
Method Summary
Modifier and TypeMethodDescriptionintintintMethods inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
getBattleController
-
Constructor Details
-
HealPokemonEvent
public HealPokemonEvent(BattleController battleController, PixelmonWrapper pokemon, int previousHealth, int currentHealth, int amount)
-
-
Method Details
-
getPokemon
-
getPreviousHealth
public int getPreviousHealth() -
getCurrentHealth
public int getCurrentHealth() -
getAmount
public int getAmount()
-