Uses of Record Class
net.minecraft.network.protocol.configuration.ClientboundSelectKnownPacks
Packages that use ClientboundSelectKnownPacks
-
Uses of ClientboundSelectKnownPacks in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSelectKnownPacksModifier and TypeMethodDescriptionvoid
ClientConfigurationPacketListenerImpl.handleSelectKnownPacks
(ClientboundSelectKnownPacks p_325965_) -
Uses of ClientboundSelectKnownPacks in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type ClientboundSelectKnownPacksModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSelectKnownPacks> ConfigurationPacketTypes.CLIENTBOUND_SELECT_KNOWN_PACKS
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundSelectKnownPacks> ClientboundSelectKnownPacks.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientConfigurationPacketListener.handleSelectKnownPacks
(ClientboundSelectKnownPacks p_326313_)