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

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

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

Classes in cpw.mods.fml.common.modloader that implement IGuiHandler
 class ModLoaderGuiHelper
           
 

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

Methods in cpw.mods.fml.common.network with parameters of type IGuiHandler
 void NetworkRegistry.registerGuiHandler(Object mod, IGuiHandler handler)