|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcpw.mods.fml.common.event.FMLInterModComms.IMCMessage
public static final class FMLInterModComms.IMCMessage
You will receive an instance of this for each message sent
Field Summary | |
---|---|
String |
key
This field, and value are both at the mod's discretion |
String |
sender
This is the modid of the mod that sent you the message |
String |
value
This field, and key are both at the mod's discretion |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String sender
public final String key
value
are both at the mod's discretion
public final String value
key
are both at the mod's discretion
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |