Class InterModEnqueueEvent

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

public class InterModEnqueueEvent extends ParallelDispatchEvent
This is the third of four commonly called events during mod core startup. Called before InterModProcessEvent Called after FMLClientSetupEvent or FMLDedicatedServerSetupEvent Enqueue InterModComms messages to other mods with this event. This is a parallel dispatch event.