public class EntityDamageEvent extends Event
EntityLiving takes damage
| Modifier and Type | Field and Description |
|---|---|
int |
amount |
EntityLiving |
entity |
| Constructor and Description |
|---|
EntityDamageEvent(EntityLiving entity,
int amount) |
public final EntityLiving entity
public int amount
public EntityDamageEvent(EntityLiving entity, int amount)