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 |
---|
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 Enttnies spawn status.
|
PotionEvent |
ZombieEvent
ZombieEvent is fired whenever a zombie is spawned for aid.
|
Class and Description |
---|
LivingDropsEvent
LivingDropsEvent is fired when an Entity's death causes dropped items to appear.
This event is fired whenever an Entity dies and drops items in EntityLivingBase.onDeath(DamageSource) .This event is fired via the ForgeHooks.onLivingDrops(EntityLivingBase, DamageSource, ArrayList, int, boolean) .LivingDropsEvent.source contains the DamageSource that caused the drop to occur.LivingDropsEvent.drops contains the ArrayList of EntityItems that will be dropped.LivingDropsEvent.lootingLevel contains the amount of loot that will be dropped.LivingDropsEvent.recentlyHit determines whether the Entity doing the drop has recently been damaged.This event is Cancelable .If this event is canceled, the Entity does not drop anything. This event does not have a result. |
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 . |