| Package | Description | 
|---|---|
| net.minecraftforge.fml | |
| net.minecraftforge.fml.event.lifecycle | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.function.Supplier<java.util.function.Function<ModContainer,ModLifecycleEvent>> | 
ModLoadingStage.modLifecycleEventFunction  | 
| Modifier and Type | Method and Description | 
|---|---|
ModLifecycleEvent | 
ModLoadingStage.getModEvent(ModContainer modContainer)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.function.Function<ModContainer,ModLifecycleEvent> | 
ModLoader.getDataGeneratorEvent()  | 
| Constructor and Description | 
|---|
ModLoadingStage(java.util.function.Supplier<java.util.function.Function<ModContainer,ModLifecycleEvent>> modLifecycleEventFunction)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FMLClientSetupEvent
This is the second of four commonly called events during mod lifecycle startup. 
 | 
class  | 
FMLCommonSetupEvent
This is the first of four commonly called events during mod initialization. 
 | 
class  | 
FMLDedicatedServerSetupEvent
This is the second of four commonly called events during mod lifecycle startup. 
 | 
class  | 
FMLFingerprintViolationEvent
A special event used when the  
Mod#certificateFingerprint() doesn't match the certificate loaded from the JAR
 file. | 
class  | 
FMLLoadCompleteEvent
This is a mostly internal event fired to mod containers that indicates that loading is complete. 
 | 
class  | 
FMLModIdMappingEvent
Called whenever the ID mapping might have changed. 
 | 
class  | 
GatherDataEvent  | 
class  | 
InterModEnqueueEvent
This is the third of four commonly called events during mod lifecycle startup. 
 | 
class  | 
InterModProcessEvent
This is the fourth of four commonly called events during mod lifecycle startup. 
 |