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