public class RegenEvent extends Event
EntityLiving tries to regenerate
health. Cancelling it will make it not regenerate any health.| Modifier and Type | Field | Description |
|---|---|---|
int |
addedHealth |
|
EntityLiving |
living |
|
int |
regenRate |
| Constructor | 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)