| Class and Description |
|---|
| LivingEvent
LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes this Event as its parameter, the method will
receive every child event of this class.All children of this event are fired on the MinecraftForge.EVENT_BUS. |
| Class and Description |
|---|
| LivingKnockBackEvent
LivingKnockBackEvent is fired when a living entity is about to be knocked back.
|
| Class and Description |
|---|
| PotionEvent.PotionAddedEvent
This Event is fired when a new Potion is added to the Entity.
|
| PotionEvent.PotionApplicableEvent
This Event is fired to check if a Potion can get applied to an Entity.
|
| PotionEvent.PotionExpiryEvent
This Event is fired when a Potion effect expires on an Entity.
|
| PotionEvent.PotionRemoveEvent
This Event is fired when a Potion is about to get removed from an Entity.
|
| Class and Description |
|---|
| ZombieEvent.SummonAidEvent
SummonAidEvent is fired when a Zombie Entity is summoned.
|
| Class and Description |
|---|
| LivingEvent
LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes this Event as its parameter, the method will
receive every child event of this class.All children of this event are fired on the MinecraftForge.EVENT_BUS. |
| Class and Description |
|---|
| LivingEntityUseItemEvent |
| LivingEvent
LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes this Event as its parameter, the method will
receive every child event of this class.All children of this event are fired on the MinecraftForge.EVENT_BUS. |
| LivingSpawnEvent
LivingSpawnEvent is fired for any events associated with Living Entities spawn status.
|
| PotionEvent |
| ZombieEvent
ZombieEvent is fired whenever a zombie is spawned for aid.
|
| Class and Description |
|---|
| LivingEvent
LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes this Event as its parameter, the method will
receive every child event of this class.All children of this event are fired on the MinecraftForge.EVENT_BUS. |