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 TypeMethodDescriptionvoidClientConfigurationPacketListenerImpl.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_DATAstatic final StreamCodec<FriendlyByteBuf, ClientboundRegistryDataPacket> ClientboundRegistryDataPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientConfigurationPacketListener.handleRegistryData(ClientboundRegistryDataPacket p_295674_)