Package | Description |
---|---|
net.minecraftforge.fml.common.event |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> |
FMLInterModComms.IMCEvent.currentList |
private static com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> |
FMLInterModComms.emptyIMCList |
private static com.google.common.collect.ArrayListMultimap<java.lang.String,FMLInterModComms.IMCMessage> |
FMLInterModComms.modMessages |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> |
FMLInterModComms.fetchRuntimeMessages(java.lang.Object forMod)
Retrieve any pending runtime messages for the mod
|
com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> |
FMLInterModComms.IMCEvent.getMessages() |
Modifier and Type | Method and Description |
---|---|
private static void |
FMLInterModComms.enqueueMessage(java.lang.Object sourceMod,
java.lang.String modTarget,
FMLInterModComms.IMCMessage message) |
private static boolean |
FMLInterModComms.enqueueStartupMessage(java.lang.String modTarget,
FMLInterModComms.IMCMessage message) |