cpw.mods.fml.common.event
Class FMLInterModComms.IMCEvent
java.lang.Object
cpw.mods.fml.common.event.FMLEvent
cpw.mods.fml.common.event.FMLInterModComms.IMCEvent
- Enclosing class:
- FMLInterModComms
public static class FMLInterModComms.IMCEvent
- extends FMLEvent
Subscribe to this event to receive your messages (they are sent between
Mod.Init
and Mod.PostInit
)
- Author:
- cpw
FMLInterModComms.IMCEvent
public FMLInterModComms.IMCEvent()
applyModContainer
public void applyModContainer(ModContainer activeContainer)
- Overrides:
applyModContainer
in class FMLEvent
getMessages
public com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> getMessages()