cpw.mods.fml.common.modloader
Class ModLoaderChatListener
java.lang.Object
cpw.mods.fml.common.modloader.ModLoaderChatListener
- All Implemented Interfaces:
- IChatListener
public class ModLoaderChatListener
- extends Object
- implements IChatListener
ModLoaderChatListener
public ModLoaderChatListener(BaseModProxy mod)
serverChat
public Packet3Chat serverChat(NetHandler handler,
Packet3Chat message)
- Description copied from interface:
IChatListener
- Called when there is a chat message received on the server
- Specified by:
serverChat
in interface IChatListener
clientChat
public Packet3Chat clientChat(NetHandler handler,
Packet3Chat message)
- Description copied from interface:
IChatListener
- Called when there is a chat message recived on the client
- Specified by:
clientChat
in interface IChatListener