public class PassiveHealEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
PassiveHealEvent.Post
Fired after passive healing has been applied to a Pokemon.
|
static class |
PassiveHealEvent.Pre
Fired when passive healing is doing random checks to see what it should heal.
|
Modifier and Type | Field and Description |
---|---|
Pokemon |
pokemon
The
Pokemon which is being modified. |
Constructor and Description |
---|
PassiveHealEvent(net.minecraft.entity.player.ServerPlayerEntity player,
Pokemon pokemon) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.entity.player.ServerPlayerEntity |
getPlayer() |
Pokemon |
getPokemon() |