类 InterModProcessEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
所有已实现的接口:
IModBusEvent

public class InterModProcessEvent extends ParallelDispatchEvent
This is the fourth of four commonly called events during mod core startup. Called after InterModEnqueueEvent Retrieve InterModComms InterModComms.IMCMessage suppliers and process them as you wish with this event. This is a parallel dispatch event.
另请参阅: