Uses of Record Class
net.minecraft.network.protocol.configuration.ClientboundSelectKnownPacks
Packages that use ClientboundSelectKnownPacks
- 
Uses of ClientboundSelectKnownPacks in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer with parameters of type ClientboundSelectKnownPacksModifier and TypeMethodDescriptionvoidClientConfigurationPacketListenerImpl.handleSelectKnownPacks(ClientboundSelectKnownPacks p_325965_) 
- 
Uses of ClientboundSelectKnownPacks in net.minecraft.network.protocol.configurationFields in net.minecraft.network.protocol.configuration with type parameters of type ClientboundSelectKnownPacksModifier and TypeFieldDescriptionstatic final PacketType<ClientboundSelectKnownPacks> ConfigurationPacketTypes.CLIENTBOUND_SELECT_KNOWN_PACKSstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundSelectKnownPacks> ClientboundSelectKnownPacks.STREAM_CODECMethods in net.minecraft.network.protocol.configuration that return types with arguments of type ClientboundSelectKnownPacksMethods in net.minecraft.network.protocol.configuration with parameters of type ClientboundSelectKnownPacksModifier and TypeMethodDescriptionvoidClientConfigurationPacketListener.handleSelectKnownPacks(ClientboundSelectKnownPacks p_326313_)