Klasse BundleEvents.Internal

java.lang.Object
de.luckymcdev.foundryengine.common.event.BundleEvents.Internal
Umschließende Klasse:
BundleEvents

@Internal public static class BundleEvents.Internal extends Object
  • Konstruktordetails

    • Internal

      public Internal()
  • Methodendetails

    • postRegistry

      public static void postRegistry(RegistryEvent event)
    • postVanillaGame

      public static void postVanillaGame(net.neoforged.neoforge.event.VanillaGameEvent event)
    • postCommonSetup

      public static void postCommonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
    • postClientSetup

      public static void postClientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent event)
    • postDedicatedServerSetup

      public static void postDedicatedServerSetup(net.neoforged.fml.event.lifecycle.FMLDedicatedServerSetupEvent event)
    • postPostInit

      public static void postPostInit(net.neoforged.fml.event.lifecycle.InterModProcessEvent event)
    • postDataGen

      public static void postDataGen(BundleDataGenEvent event)
    • register

      public static void register(net.neoforged.bus.api.IEventBus bus)
    • postCustom

      public static <T extends net.neoforged.bus.api.Event> void postCustom(T event)
    • clear

      public static void clear()