| Class | Description |
|---|---|
| FMLClientSetupEvent |
This is the second of four commonly called events during mod lifecycle startup.
|
| FMLCommonSetupEvent |
This is the first of four commonly called events during mod initialization.
|
| FMLDedicatedServerSetupEvent |
This is the second of four commonly called events during mod lifecycle startup.
|
| FMLFingerprintViolationEvent |
A special event used when the
Mod#certificateFingerprint() doesn't match the certificate loaded from the JAR
file. |
| FMLLoadCompleteEvent |
This is a mostly internal event fired to mod containers that indicates that loading is complete.
|
| FMLModIdMappingEvent |
Called whenever the ID mapping might have changed.
|
| InterModEnqueueEvent |
This is the third of four commonly called events during mod lifecycle startup.
|
| InterModProcessEvent |
This is the fourth of four commonly called events during mod lifecycle startup.
|
| ModLifecycleEvent |
Parent type to all ModLifecycle events.
|