Class LoginCompressionS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginCompressionS2CPacket
- All Implemented Interfaces:
- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - official - abi- intermediary - net/minecraft/class_2907- named - net/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientLoginPacketListener clientLoginPacketListener) intvoidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable
- 
Field Details- 
compressionThresholdprivate final int compressionThreshold- Mappings:
- Namespace - Name - Mixin selector - official - a- Labi;a:I- intermediary - field_13232- Lnet/minecraft/class_2907;field_13232:I- named - compressionThreshold- Lnet/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket;compressionThreshold:I
 
 
- 
- 
Constructor Details- 
LoginCompressionS2CPacketpublic LoginCompressionS2CPacket(int compressionThreshold) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Labi;<init>(I)V- intermediary - <init>- Lnet/minecraft/class_2907;<init>(I)V- named - <init>- Lnet/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket;<init>(I)V
 
- 
LoginCompressionS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Labi;<init>(Lsf;)V- intermediary - <init>- Lnet/minecraft/class_2907;<init>(Lnet/minecraft/class_2540;)V- named - <init>- Lnet/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Luo;a(Lsf;)V- intermediary - method_11052- Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V- named - write- Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
apply- Specified by:
- applyin interface- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Labi;a(Labe;)V- intermediary - method_12633- Lnet/minecraft/class_2907;method_12633(Lnet/minecraft/class_2896;)V- named - apply- Lnet/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
 
- 
getCompressionThresholdpublic int getCompressionThreshold()- Mappings:
- Namespace - Name - Mixin selector - official - a- Labi;a()I- intermediary - method_12634- Lnet/minecraft/class_2907;method_12634()I- named - getCompressionThreshold- Lnet/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket;getCompressionThreshold()I
 
 
-