public class LivingEvent extends EntityEvent
Event as its parameter, the method will
receive every child event of this class.MinecraftForge.EVENT_BUS.| 修飾子とタイプ | クラスと説明 |
|---|---|
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.EntityConstructing, EntityEvent.EyeHeightEvent.HasResult, Event.Result| コンストラクタと説明 |
|---|
LivingEvent(LivingEntity entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
LivingEntity |
getEntityLiving() |
getEntitygetListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic LivingEvent(LivingEntity entity)
public LivingEntity getEntityLiving()