public class LivingEvent extends EntityEvent
Event as its parameter, the method will 
 receive every child event of this class.MinecraftForge.EVENT_BUS.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LivingEvent.LivingJumpEvent
LivingJumpEvent is fired when an Entity jumps. 
 | 
static class  | 
LivingEvent.LivingUpdateEvent
LivingUpdateEvent is fired when an Entity is updated. 
 | 
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Constructor and Description | 
|---|
LivingEvent(EntityLivingBase entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityLivingBase | 
getEntityLiving()  | 
getEntitygetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic LivingEvent(EntityLivingBase entity)
public EntityLivingBase getEntityLiving()