Package net.minecraft.network
Class PacketDeflater
java.lang.Object
- All Implemented Interfaces:
ChannelHandler,ChannelOutboundHandler
public class PacketDeflater extends MessageToByteEncoder<ByteBuf>
- Mappings:
Namespace Name official nyintermediary net/minecraft/class_2534named net/minecraft/network/PacketDeflater
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
Fields Modifier and Type Field Description private intcompressionThresholdprivate byte[]deflateBufferprivate Deflaterdeflater -
Constructor Summary
Constructors Constructor Description PacketDeflater(int compressionThreshold) -
Method Summary
Modifier and Type Method Description protected voidencode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, ByteBuf byteBuf2)intgetCompressionThreshold()voidsetCompressionThreshold(int compressionThreshold)Methods inherited from class io.netty.handler.codec.MessageToByteEncoder
acceptOutboundMessage, allocateBuffer, isPreferDirect, writeMethods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Field Details
-
deflateBuffer
private final byte[] deflateBuffer- Mappings:
Namespace Name Mixin selector official aLny;a:[Bintermediary field_11637Lnet/minecraft/class_2534;field_11637:[Bnamed deflateBufferLnet/minecraft/network/PacketDeflater;deflateBuffer:[B
-
deflater
- Mappings:
Namespace Name Mixin selector official bLny;b:Ljava/util/zip/Deflater;intermediary field_11638Lnet/minecraft/class_2534;field_11638:Ljava/util/zip/Deflater;named deflaterLnet/minecraft/network/PacketDeflater;deflater:Ljava/util/zip/Deflater;
-
compressionThreshold
private int compressionThreshold- Mappings:
Namespace Name Mixin selector official cLny;c:Iintermediary field_11636Lnet/minecraft/class_2534;field_11636:Inamed compressionThresholdLnet/minecraft/network/PacketDeflater;compressionThreshold:I
-
-
Constructor Details
-
PacketDeflater
public PacketDeflater(int compressionThreshold)- Mappings:
Namespace Name Mixin selector official <init>Lny;<init>(I)Vintermediary <init>Lnet/minecraft/class_2534;<init>(I)Vnamed <init>Lnet/minecraft/network/PacketDeflater;<init>(I)V
-
-
Method Details
-
encode
protected void encode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, ByteBuf byteBuf2)- Specified by:
encodein classMessageToByteEncoder<ByteBuf>- Mappings:
Namespace Name Mixin selector official aLny;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Vintermediary method_10741Lnet/minecraft/class_2534;method_10741(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Vnamed encodeLnet/minecraft/network/PacketDeflater;encode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)V
-
getCompressionThreshold
public int getCompressionThreshold()- Mappings:
Namespace Name Mixin selector official aLny;a()Iintermediary method_36120Lnet/minecraft/class_2534;method_36120()Inamed getCompressionThresholdLnet/minecraft/network/PacketDeflater;getCompressionThreshold()I
-
setCompressionThreshold
public void setCompressionThreshold(int compressionThreshold)- Mappings:
Namespace Name Mixin selector official aLny;a(I)Vintermediary method_10742Lnet/minecraft/class_2534;method_10742(I)Vnamed setCompressionThresholdLnet/minecraft/network/PacketDeflater;setCompressionThreshold(I)V
-