cpw.mods.fml.common.event
Class FMLInterModComms.IMCEvent

java.lang.Object
  extended by cpw.mods.fml.common.event.FMLEvent
      extended by 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

Constructor Summary
FMLInterModComms.IMCEvent()
           
 
Method Summary
 void applyModContainer(ModContainer activeContainer)
           
 com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> getMessages()
           
 
Methods inherited from class cpw.mods.fml.common.event.FMLEvent
getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FMLInterModComms.IMCEvent

public FMLInterModComms.IMCEvent()
Method Detail

applyModContainer

public void applyModContainer(ModContainer activeContainer)
Overrides:
applyModContainer in class FMLEvent

getMessages

public com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> getMessages()