public class EntityEvent extends Event
Event as its parameter, the method will
 receive every child event of this class.entity contains the entity that caused this event to occur.MinecraftForge.EVENT_BUS.| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | EntityEvent.CanUpdateCanUpdate is fired when an Entity is being created. | 
| static class  | EntityEvent.EnteringChunkEnteringChunk is fired when an Entity enters a chunk. | 
| static class  | EntityEvent.EntityConstructingEntityConstructing is fired when an Entity is being created. | 
| static class  | EntityEvent.EyeHeightEyeHeight is fired when an Entity's eye height changes. | 
Event.HasResult, Event.Result| コンストラクタと説明 | 
|---|
| EntityEvent(Entity entity) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Entity | getEntity() | 
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup