| Package | Description | 
|---|---|
| net.minecraftforge.fml.common.network | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FMLNetworkEvent.ClientConnectedToServerEventFired at the client when a client connects to a server | 
| static class  | FMLNetworkEvent.ClientCustomPacketEventFired when a custom packet is received on the client for the channel | 
| static class  | FMLNetworkEvent.ClientDisconnectionFromServerEventFired at the client when the client is disconnected from the server. | 
| static class  | FMLNetworkEvent.CustomPacketEvent<S extends INetHandler> | 
| static class  | FMLNetworkEvent.CustomPacketRegistrationEvent<S extends INetHandler>Fired when the REGISTER/UNREGISTER for custom channels is received. | 
| static class  | FMLNetworkEvent.ServerConnectionFromClientEventFired at the server when a client connects to the server. | 
| static class  | FMLNetworkEvent.ServerCustomPacketEventFired when a custom packet is received at the server for the channel | 
| static class  | FMLNetworkEvent.ServerDisconnectionFromClientEventFired at the server when a client disconnects. |