Uses of Class
cpw.mods.fml.common.event.FMLInterModComms.IMCMessage

Packages that use FMLInterModComms.IMCMessage
cpw.mods.fml.common.event   
 

Uses of FMLInterModComms.IMCMessage in cpw.mods.fml.common.event
 

Methods in cpw.mods.fml.common.event that return types with arguments of type FMLInterModComms.IMCMessage
static com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> FMLInterModComms.fetchRuntimeMessages(Object forMod)
          Retrieve any pending runtime messages for the mod
 com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> FMLInterModComms.IMCEvent.getMessages()