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

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

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

Classes in cpw.mods.fml.common.modloader that implement IConnectionHandler
 class ModLoaderConnectionHandler
           
 

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

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

Subinterfaces of IConnectionHandler in cpw.mods.fml.common.network
static interface NetworkMod.NULL
          Special dummy class for handling stupid annotation default values
 

Methods in cpw.mods.fml.common.network with parameters of type IConnectionHandler
 void NetworkRegistry.registerConnectionHandler(IConnectionHandler handler)
          Register a connection handler