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

java.lang.Object
  extended by cpw.mods.fml.common.event.FMLInterModComms.IMCMessage
Enclosing class:
FMLInterModComms

public static final class FMLInterModComms.IMCMessage
extends Object

You will receive an instance of this for each message sent

Author:
cpw

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

sender

public final String sender
This is the modid of the mod that sent you the message


key

public final String key
This field, and value are both at the mod's discretion


value

public final String value
This field, and key are both at the mod's discretion

Method Detail

toString

public String toString()
Overrides:
toString in class Object