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