yarn/mappings/net/minecraft/network/PacketDeflater.mapping

14 lines
519 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2534 net/minecraft/network/PacketDeflater
FIELD field_11636 compressionThreshold I
FIELD field_11637 deflateBuffer [B
FIELD field_11638 deflater Ljava/util/zip/Deflater;
METHOD <init> (I)V
ARG 1 compressionThreshold
2021-10-16 08:52:39 -04:00
METHOD encode (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
ARG 1 ctx
ARG 2 input
ARG 3 output
2019-06-28 17:55:20 -04:00
METHOD method_10742 setCompressionThreshold (I)V
2019-04-16 10:13:47 -04:00
ARG 1 compressionThreshold
METHOD method_36120 getCompressionThreshold ()I