Klasse EntityEvents.Internal
java.lang.Object
de.luckymcdev.foundryengine.common.event.EntityEvents.Internal
- Umschließende Klasse:
EntityEvents
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic voidclear()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 voidregister(net.neoforged.bus.api.IEventBus bus)
-
Konstruktordetails
-
Internal
public Internal()
-
-
Methodendetails
-
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) -
register
public static void register(net.neoforged.bus.api.IEventBus bus) -
clear
public static void clear()
-