Package net.minecraftforge.fml
Class InterModComms.IMCMessage
java.lang.Object
net.minecraftforge.fml.InterModComms.IMCMessage
- Enclosing class:
- InterModComms
-
Field Details
-
modId
-
method
-
senderModId
-
thing
-
-
Constructor Details
-
IMCMessage
-
-
Method Details
-
getSenderModId
- Returns:
- The modid of the sender. This is supplied by the caller, or by the active mod container context. Consider it unreliable.
-
getModId
- Returns:
- The modid being sent to.
-
getMethod
- Returns:
- The method being sent to.
-
getMessageSupplier
- Type Parameters:
T
- The type of the message.- Returns:
- A
Supplier
of the message.
-