Class FMLJavaModLoadingContext
java.lang.Object
net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic FMLJavaModLoadingContextget()Helper to get the right instance from theModLoadingContextcorrectly.net.minecraftforge.eventbus.api.IEventBus
- 
Field Details- 
container
 
- 
- 
Constructor Details- 
FMLJavaModLoadingContextFMLJavaModLoadingContext(FMLModContainer container) 
 
- 
- 
Method Details- 
getModEventBuspublic net.minecraftforge.eventbus.api.IEventBus getModEventBus()- Returns:
- The mod's event bus, to allow subscription to Mod specific events
 
- 
getHelper to get the right instance from theModLoadingContextcorrectly.- Returns:
- The FMLJavaMod language specific extension from the ModLoadingContext
 
 
-