public class LivingEvent extends EntityEvent
Modifier and Type | Class and Description |
---|---|
static class |
LivingEvent.LivingJumpEvent |
static class |
LivingEvent.LivingUpdateEvent |
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
EntityLiving |
entityLiving |
entity
Constructor and Description |
---|
LivingEvent(EntityLiving entity) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final EntityLiving entityLiving
public LivingEvent(EntityLiving entity)