Uses of Record Class
net.minecraft.network.protocol.configuration.ClientboundRegistryDataPacket
Packages that use ClientboundRegistryDataPacket
-
Uses of ClientboundRegistryDataPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundRegistryDataPacketModifier and TypeMethodDescriptionvoid
ClientConfigurationPacketListenerImpl.handleRegistryData
(ClientboundRegistryDataPacket p_295757_) -
Uses of ClientboundRegistryDataPacket in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type ClientboundRegistryDataPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundRegistryDataPacket> ConfigurationPacketTypes.CLIENTBOUND_REGISTRY_DATA
static final StreamCodec
<FriendlyByteBuf, ClientboundRegistryDataPacket> ClientboundRegistryDataPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.configuration that return types with arguments of type ClientboundRegistryDataPacketMethods in net.minecraft.network.protocol.configuration with parameters of type ClientboundRegistryDataPacketModifier and TypeMethodDescriptionvoid
ClientConfigurationPacketListener.handleRegistryData
(ClientboundRegistryDataPacket p_295674_)