cpw.mods.fml.common.modloader
Class ModLoaderChatListener

java.lang.Object
  extended by cpw.mods.fml.common.modloader.ModLoaderChatListener
All Implemented Interfaces:
IChatListener

public class ModLoaderChatListener
extends Object
implements IChatListener


Constructor Summary
ModLoaderChatListener(BaseModProxy mod)
           
 
Method Summary
 Packet3Chat clientChat(NetHandler handler, Packet3Chat message)
          Called when there is a chat message recived on the client
 Packet3Chat serverChat(NetHandler handler, Packet3Chat message)
          Called when there is a chat message received on the server
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModLoaderChatListener

public ModLoaderChatListener(BaseModProxy mod)
Method Detail

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