Class EntityEvents.Internal
java.lang.Object
de.luckymcdev.foundryengine.common.event.EntityEvents.Internal
- Enclosing class:
EntityEvents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static voidpostCheckSpawn(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e) static voidpostDeath(net.neoforged.neoforge.event.entity.living.LivingDeathEvent e) static voidpostDrops(net.neoforged.neoforge.event.entity.living.LivingDropsEvent e) static voidpostHurt(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Post e) static voidpostJoinLevel(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e) static voidpostSpawned(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e) static voidregister(net.neoforged.bus.api.IEventBus bus)
-
Constructor Details
-
Internal
public Internal()
-
-
Method Details
-
postJoinLevel
public static void postJoinLevel(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e) -
postDeath
public static void postDeath(net.neoforged.neoforge.event.entity.living.LivingDeathEvent e) -
postDrops
public static void postDrops(net.neoforged.neoforge.event.entity.living.LivingDropsEvent e) -
postHurt
public static void postHurt(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Post e) -
postSpawned
public static void postSpawned(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e) -
postCheckSpawn
public static void postCheckSpawn(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e) -
register
public static void register(net.neoforged.bus.api.IEventBus bus) -
clear
public static void clear()
-