net.minecraft.network

public class PacketDecoder<T extends PacketListener>

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

All mapped superinterfaces:

ProtocolSwapHandler

wz
net.minecraft.network.PacketDecoder
net.minecraft.class_2543
net.minecraft.network.handler.DecoderHandler
net.minecraft.network.PacketDecoder

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_11715
LOGGER
private final ProtocolInfo<T>
b
protocolInfo
field_48536
state

Constructor summary

ModifierConstructor
public (ProtocolInfo<T> state)

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 context, io.netty.buffer.ByteBuf buf, List<Object> objects)