Class FMLJavaModLoadingContext
java.lang.Object
net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic FMLJavaModLoadingContextget()Helper to get the right instance from theModLoadingContextcorrectly.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 theModLoadingContextcorrectly.- Returns:
 - The FMLJavaMod language specific extension from the ModLoadingContext
 
 
 -