public class LivingHealEvent extends LivingEvent
ForgeHooks#onLivingHeal(EntityLivingBase, float).amount contains the amount of healing done to the Entity that was healed. Cancelable.HasResultMinecraftForge#EVENT_BUS.LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEventEntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
float |
amount |
entityLivingentity| Constructor and Description |
|---|
LivingHealEvent(EntityLivingBase entity,
float amount) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic LivingHealEvent(EntityLivingBase entity, float amount)