Uses of Package
net.minecraftforge.event.entity.living
-
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.client.event Class Description LivingEvent LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
All children of this event are fired on theMinecraftForge.EVENT_BUS
. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.common Class Description LivingKnockBackEvent LivingKnockBackEvent is fired when a living entity is about to be knocked back. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.debug Class 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. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.debug.entity Class Description EntityTeleportEvent EntityTeleportEvent is fired when an event involving any teleportation of an Entity occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
EntityTeleportEvent.getTarget()
contains the target destination.
EntityTeleportEvent.getPrev()
contains the entity's current position.
All children of this event are fired on theMinecraftForge.EVENT_BUS
. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.debug.entity.living Class Description LivingConversionEvent.Post LivingConversionEvent.Post is triggered when an entity is replacing itself with another entity.LivingConversionEvent.Pre LivingConversionEvent.Pre is triggered when an entity is trying to replace itself with another entity This event may trigger every tick even if it was cancelled last tick for entities like Zombies and Hoglins. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.event Class Description EntityTeleportEvent EntityTeleportEvent is fired when an event involving any teleportation of an Entity occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
EntityTeleportEvent.getTarget()
contains the target destination.
EntityTeleportEvent.getPrev()
contains the entity's current position.
All children of this event are fired on theMinecraftForge.EVENT_BUS
.EntityTeleportEvent.ChorusFruit EntityTeleportEvent.ChorusFruit is fired before a LivingEntity is teleported due to consuming Chorus Fruit.EntityTeleportEvent.EnderEntity EntityTeleportEvent.EnderEntity is fired before an Enderman or Shulker randomly teleports.EntityTeleportEvent.EnderPearl EntityTeleportEvent.EnderPearl is fired before an Entity is teleported from an EnderPearlEntity.EntityTeleportEvent.SpreadPlayersCommand EntityTeleportEvent.SpreadPlayersCommand is fired before a living entity is teleported from use ofSpreadPlayersCommand
.EntityTeleportEvent.TeleportCommand EntityTeleportEvent.TeleportCommand is fired before a living entity is teleported from use ofTeleportCommand
.ZombieEvent.SummonAidEvent SummonAidEvent is fired when a Zombie Entity is summoned. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.event.brewing Class Description LivingEvent LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
All children of this event are fired on theMinecraftForge.EVENT_BUS
. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.event.entity.living Class Description EntityTeleportEvent EntityTeleportEvent is fired when an event involving any teleportation of an Entity occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
EntityTeleportEvent.getTarget()
contains the target destination.
EntityTeleportEvent.getPrev()
contains the entity's current position.
All children of this event are fired on theMinecraftForge.EVENT_BUS
.LivingConversionEvent LivingEntityUseItemEvent LivingEvent LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
All children of this event are fired on theMinecraftForge.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. -
Classes in net.minecraftforge.event.entity.living used by net.minecraftforge.event.entity.player Class Description LivingEvent LivingEvent is fired whenever an event involving Living entities occurs.
If a method utilizes thisEvent
as its parameter, the method will receive every child event of this class.
All children of this event are fired on theMinecraftForge.EVENT_BUS
.