Class EntityEvents.Internal

java.lang.Object
de.luckymcdev.foundryengine.common.event.EntityEvents.Internal
Enclosing class:
EntityEvents

@Internal public static class EntityEvents.Internal extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    postCheckSpawn(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e)
     
    static void
    postDeath(net.neoforged.neoforge.event.entity.living.LivingDeathEvent e)
     
    static void
    postDrops(net.neoforged.neoforge.event.entity.living.LivingDropsEvent e)
     
    static void
    postHurt(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Post e)
     
    static void
    postJoinLevel(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e)
     
    static void
    postSpawned(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent e)
     
    static void
    register(net.neoforged.bus.api.IEventBus bus)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()