Uses of Interface
cpw.mods.fml.common.network.IChatListener

Packages that use IChatListener
cpw.mods.fml.common.modloader   
cpw.mods.fml.common.network   
 

Uses of IChatListener in cpw.mods.fml.common.modloader
 

Classes in cpw.mods.fml.common.modloader that implement IChatListener
 class ModLoaderChatListener
           
 

Methods in cpw.mods.fml.common.modloader that return IChatListener
static IChatListener ModLoaderHelper.buildChatListener(BaseModProxy mod)
           
 

Uses of IChatListener in cpw.mods.fml.common.network
 

Methods in cpw.mods.fml.common.network with parameters of type IChatListener
 void NetworkRegistry.registerChatListener(IChatListener listener)
          Register a chat listener