Uses of Class
net.minecraft.network.protocol.login.ClientboundLoginCompressionPacket
Packages that use ClientboundLoginCompressionPacket
-
Uses of ClientboundLoginCompressionPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundLoginCompressionPacketModifier and TypeMethodDescriptionvoid
ClientHandshakePacketListenerImpl.handleCompression
(ClientboundLoginCompressionPacket p_104551_) -
Uses of ClientboundLoginCompressionPacket in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login with type parameters of type ClientboundLoginCompressionPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundLoginCompressionPacket> LoginPacketTypes.CLIENTBOUND_LOGIN_COMPRESSION
static final StreamCodec
<FriendlyByteBuf, ClientboundLoginCompressionPacket> ClientboundLoginCompressionPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.login that return types with arguments of type ClientboundLoginCompressionPacketMethods in net.minecraft.network.protocol.login with parameters of type ClientboundLoginCompressionPacketModifier and TypeMethodDescriptionvoid
ClientLoginPacketListener.handleCompression
(ClientboundLoginCompressionPacket p_134743_)