net.minecraft.network

public class PacketDecoder

extends io.netty.handler.codec.ByteToMessageDecoder implements ProtocolSwapHandler

All mapped superinterfaces:

ProtocolSwapHandler

sr
net.minecraft.network.PacketDecoder
net.minecraft.class_2543
net.minecraft.network.handler.DecoderHandler
net.minecraft.src.C_4984_
net.minecraft.network.PacketDecoder

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_11715
LOGGER
f_130528_
private final io.netty.util.AttributeKey<ConnectionProtocol$CodecData<?>>
b
codecKey
field_45677
protocolKey
f_291768_

Constructor summary

ModifierConstructor
public (io.netty.util.AttributeKey<ConnectionProtocol$CodecData<?>> protocolKey)

Method summary

Modifier and TypeMethod
protected void
decode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, List<Object> arg2)
decode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, List<Object> arg2)
decode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, List<Object> arg2)
decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf buf, List<Object> objects)
decode(io.netty.channel.ChannelHandlerContext p_130536_, io.netty.buffer.ByteBuf p_130537_, List<Object> arg2)