Package | Description |
---|---|
net.minecraft.client.network | |
net.minecraft.network.play | |
net.minecraftforge.fml.common.network.handshake | |
net.minecraftforge.fml.common.network.internal |
Modifier and Type | Method and Description |
---|---|
void |
NetHandlerPlayClient.handleCustomPayload(SPacketCustomPayload packetIn) |
Modifier and Type | Method and Description |
---|---|
void |
INetHandlerPlayClient.handleCustomPayload(SPacketCustomPayload packetIn) |
Modifier and Type | Class and Description |
---|---|
private class |
NetworkDispatcher.MultiPartCustomPayload |
Modifier and Type | Method and Description |
---|---|
private boolean |
NetworkDispatcher.handleClientSideCustomPacket(SPacketCustomPayload msg,
io.netty.channel.ChannelHandlerContext context) |
private boolean |
NetworkDispatcher.handleMultiPartCustomPacket(SPacketCustomPayload msg,
io.netty.channel.ChannelHandlerContext context) |
Constructor and Description |
---|
FMLProxyPacket(SPacketCustomPayload original) |