Class FMLJavaModLoadingContext
java.lang.Object
net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FMLJavaModLoadingContext
get()
Helper to get the right instance from theModLoadingContext
correctly.net.minecraftforge.eventbus.api.IEventBus
-
Field Details
-
container
-
-
Constructor Details
-
FMLJavaModLoadingContext
FMLJavaModLoadingContext(FMLModContainer container)
-
-
Method Details
-
getModEventBus
public net.minecraftforge.eventbus.api.IEventBus getModEventBus()- Returns:
- The mod's event bus, to allow subscription to Mod specific events
-
get
Helper to get the right instance from theModLoadingContext
correctly.- Returns:
- The FMLJavaMod language specific extension from the ModLoadingContext
-