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
Modifier and Type | Field and Description |
---|---|
private float |
amount |
private DamageSource |
source |
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
private final DamageSource source
private float amount
public LivingHurtEvent(EntityLivingBase entity, DamageSource source, float amount)
public DamageSource getSource()
public float getAmount()
public void setAmount(float amount)