net.minecraft.network

public class CompressionDecoder

extends io.netty.handler.codec.ByteToMessageDecoder

oc
net.minecraft.network.CompressionDecoder
net.minecraft.class_2532
net.minecraft.network.PacketInflater
net.minecraft.src.C_4959_
net.minecraft.network.PacketDecompressor

字段概要

修饰符与类型字段
public static final int
a
MAXIMUM_DECOMPRESSED_LENGTH
field_33279
MAXIMUM_PACKET_SIZE
f_178296_
private final Inflater
b
inflater
field_11622
inflater
f_129434_
private int
c
threshold
field_11623
compressionThreshold
f_129435_

构造函数概要

修饰符构造函数
public (int compressionThreshold)

方法概要

修饰符与类型方法
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 p_129442_, io.netty.buffer.ByteBuf p_129443_, List<Object> arg2)
public int
a()
getThreshold()
method_36119()
getCompressionThreshold()
m_178297_()
public void
a(int arg0)
setThreshold(int arg0)
method_10739(int arg0)
setCompressionThreshold(int compressionThreshold)
m_129438_(int arg0)