net.minecraft.network.handler

public class SizePrepender

extends io.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>

net.minecraft.network.Varint21LengthFieldPrepender
net.minecraft.class_2552
net.minecraft.network.handler.SizePrepender

Field summary

Modifier and TypeField
public static final int
MAX_VARINT21_BYTES
field_33288
MAX_PREPEND_LENGTH

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected void
encode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, io.netty.buffer.ByteBuf out)
method_10840(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
encode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
protected void
encode(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.buffer.ByteBuf out)
encode(io.netty.channel.ChannelHandlerContext arg0, Object arg1, io.netty.buffer.ByteBuf arg2)
encode(io.netty.channel.ChannelHandlerContext ctx, Object input, io.netty.buffer.ByteBuf output)