public final class RegenEvent extends Event
LivingEntity tries to regenerate
health. Cancelling it will make it not regenerate any health.| Modifier and Type | Field and Description |
|---|---|
int |
addedHealth |
LivingEntity |
living |
int |
regenRate |
| Constructor and Description |
|---|
RegenEvent(LivingEntity living,
int regenRate,
int addedHealth) |
public final LivingEntity living
public int regenRate
public int addedHealth
public RegenEvent(LivingEntity living, int regenRate, int addedHealth)