Class FMLLoadCompleteEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
All Implemented Interfaces:
IModBusEvent

public class FMLLoadCompleteEvent extends ParallelDispatchEvent
This is a mostly internal event fired to mod containers that indicates that loading is complete. Mods should not in general override or otherwise attempt to implement this event.
Author:
cpw
  • Constructor Details

    • FMLLoadCompleteEvent

      public FMLLoadCompleteEvent(ModContainer container)