net.minecraft.network

public class CompressionEncoder

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

gv
net.minecraft.unmapped.C_88534923
net.minecraft.network.CompressionEncoder

Field summary

Modifier and TypeField
private final byte[]
a
f_74001085
buffer
private final Deflater
b
f_13216897
deflator
private int
c
f_47658671
threshold

Constructor summary

ModifierConstructor
public (int threshold)

Method summary

Modifier and TypeMethod
protected void
a(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)
encode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, io.netty.buffer.ByteBuf out)
public void
a(int arg0)
m_90031381(int arg0)
setThreshold(int threshold)