|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcpw.mods.fml.common.event.FMLInterModComms
public class FMLInterModComms
Simple intermod communications to receive simple messages directed at you from other mods
Nested Class Summary | |
---|---|
static class |
FMLInterModComms.IMCEvent
Subscribe to this event to receive your messages (they are sent between Mod.Init and Mod.PostInit ) |
static class |
FMLInterModComms.IMCMessage
You will receive an instance of this for each message sent |
Constructor Summary | |
---|---|
FMLInterModComms()
|
Method Summary | |
---|---|
static boolean |
sendMessage(String modId,
String key,
String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FMLInterModComms()
Method Detail |
---|
public static boolean sendMessage(String modId, String key, String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |