Class AutomaticEventSubscriber
java.lang.Object
net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber
Automatic eventbus subscriber - reads 
Mod.EventBusSubscriber
 annotations and passes the class instances to the Mod.EventBusSubscriber.Bus
 defined by the annotation. Defaults to MinecraftForge#EVENT_BUS- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final org.objectweb.asm.Typeprivate static final org.apache.logging.log4j.Loggerprivate static final org.objectweb.asm.Type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidinject(ModContainer mod, net.minecraftforge.forgespi.language.ModFileScanData scanData, ClassLoader loader) 
- 
Field Details- 
LOGGERprivate static final org.apache.logging.log4j.Logger LOGGER
- 
AUTO_SUBSCRIBERprivate static final org.objectweb.asm.Type AUTO_SUBSCRIBER
- 
MOD_TYPEprivate static final org.objectweb.asm.Type MOD_TYPE
 
- 
- 
Constructor Details- 
AutomaticEventSubscriberpublic AutomaticEventSubscriber()
 
- 
- 
Method Details- 
injectpublic static void inject(ModContainer mod, net.minecraftforge.forgespi.language.ModFileScanData scanData, ClassLoader loader) 
 
-