Package | Description |
---|---|
net.minecraftforge.fml.common.network |
Modifier and Type | Class and Description |
---|---|
static class |
FMLNetworkEvent.ClientConnectedToServerEvent
Fired at the client when a client connects to a server
|
static class |
FMLNetworkEvent.ClientCustomPacketEvent
Fired when a custom packet is received on the client for the channel
|
static class |
FMLNetworkEvent.ClientDisconnectionFromServerEvent
Fired 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.ServerConnectionFromClientEvent
Fired at the server when a client connects to the server.
|
static class |
FMLNetworkEvent.ServerCustomPacketEvent
Fired when a custom packet is received at the server for the channel
|
static class |
FMLNetworkEvent.ServerDisconnectionFromClientEvent
Fired at the server when a client disconnects.
|