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 TypeMethodDescriptionvoidClientHandshakePacketListenerImpl.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_COMPRESSIONstatic final StreamCodec<FriendlyByteBuf, ClientboundLoginCompressionPacket> ClientboundLoginCompressionPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientLoginPacketListener.handleCompression(ClientboundLoginCompressionPacket p_134743_)