YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.modloader.ModLoaderChatListener Class Reference
Inheritance diagram for cpw.mods.fml.common.modloader.ModLoaderChatListener:
cpw.mods.fml.common.network.IChatListener

Public Member Functions

 ModLoaderChatListener (BaseModProxy mod)
 
Packet3Chat serverChat (NetHandler handler, Packet3Chat message)
 
Packet3Chat clientChat (NetHandler handler, Packet3Chat message)
 

Constructor & Destructor Documentation

cpw.mods.fml.common.modloader.ModLoaderChatListener.ModLoaderChatListener ( BaseModProxy  mod)

Member Function Documentation

Packet3Chat cpw.mods.fml.common.modloader.ModLoaderChatListener.clientChat ( NetHandler  handler,
Packet3Chat  message 
)

Called when there is a chat message recived on the client

Parameters
handler
message

Implements cpw.mods.fml.common.network.IChatListener.

Packet3Chat cpw.mods.fml.common.modloader.ModLoaderChatListener.serverChat ( NetHandler  handler,
Packet3Chat  message 
)

Called when there is a chat message received on the server

Parameters
handler
message

Implements cpw.mods.fml.common.network.IChatListener.


The documentation for this class was generated from the following file: