public class LivingHurtEvent extends LivingEvent
EntityLivingBase.damageEntity(DamageSource, float)
and
EntityPlayer.damageEntity(DamageSource, float)
.ForgeHooks.onLivingHurt(EntityLivingBase, DamageSource, float)
.source
contains the DamageSource that caused this Entity to be hurt. amount
contains the amount of damage dealt to the Entity that was hurt. Cancelable
.HasResult
MinecraftForge.EVENT_BUS
.LivingDamageEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Constructor and Description |
---|
LivingHurtEvent(EntityLivingBase entity,
DamageSource source,
float amount) |
Modifier and Type | Method and Description |
---|---|
float |
getAmount() |
DamageSource |
getSource() |
void |
setAmount(float amount) |
getEntityLiving
getEntity
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public LivingHurtEvent(EntityLivingBase entity, DamageSource source, float amount)
public DamageSource getSource()
public float getAmount()
public void setAmount(float amount)