public static class FMLInterModComms.IMCEvent extends FMLEvent
FMLInitializationEvent
and FMLPostInitializationEvent
)for how to subscribe to this event
Modifier and Type | Field and Description |
---|---|
private ModContainer |
activeContainer |
private com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> |
currentList |
Constructor and Description |
---|
IMCEvent() |
Modifier and Type | Method and Description |
---|---|
void |
applyModContainer(ModContainer activeContainer) |
com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> |
getMessages() |
description, getEventType
private ModContainer activeContainer
private com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> currentList
public void applyModContainer(ModContainer activeContainer)
applyModContainer
in class FMLEvent
public com.google.common.collect.ImmutableList<FMLInterModComms.IMCMessage> getMessages()