Klasse BundleEvents.Internal
java.lang.Object
de.luckymcdev.foundryengine.common.event.BundleEvents.Internal
- Umschließende Klasse:
BundleEvents
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic voidclear()static voidpostClientSetup(net.neoforged.fml.event.lifecycle.FMLClientSetupEvent event) static voidpostCommonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event) static <T extends net.neoforged.bus.api.Event>
voidpostCustom(T event) static voidpostDataGen(BundleDataGenEvent event) static voidpostDedicatedServerSetup(net.neoforged.fml.event.lifecycle.FMLDedicatedServerSetupEvent event) static voidpostPostInit(net.neoforged.fml.event.lifecycle.InterModProcessEvent event) static voidpostRegistry(RegistryEvent event) static voidpostVanillaGame(net.neoforged.neoforge.event.VanillaGameEvent event) static voidregister(net.neoforged.bus.api.IEventBus bus)
-
Konstruktordetails
-
Internal
public Internal()
-
-
Methodendetails
-
postRegistry
-
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
-
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()
-