Uses of Record Class
net.minecraft.core.RegistrySynchronization.PackedRegistryEntry
Packages that use RegistrySynchronization.PackedRegistryEntry
Package
Description
-
Uses of RegistrySynchronization.PackedRegistryEntry in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type RegistrySynchronization.PackedRegistryEntryModifier and TypeFieldDescription(package private) final Map<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> RegistryDataCollector.ContentsCollector.elementsMethod parameters in net.minecraft.client.multiplayer with type arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionvoidRegistryDataCollector.ContentsCollector.append(ResourceKey<? extends Registry<?>> pRegistryKey, List<RegistrySynchronization.PackedRegistryEntry> pEntries) voidRegistryDataCollector.appendContents(ResourceKey<? extends Registry<?>> pRegistryKey, List<RegistrySynchronization.PackedRegistryEntry> pRegistryEntries) -
Uses of RegistrySynchronization.PackedRegistryEntry in net.minecraft.core
Fields in net.minecraft.core with type parameters of type RegistrySynchronization.PackedRegistryEntryModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, RegistrySynchronization.PackedRegistryEntry> RegistrySynchronization.PackedRegistryEntry.STREAM_CODECMethod parameters in net.minecraft.core with type arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionstatic voidRegistrySynchronization.packRegistries(com.mojang.serialization.DynamicOps<Tag> pOps, RegistryAccess pRegistryAccess, Set<KnownPack> pPacks, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> pPacketSender) private static <T> voidRegistrySynchronization.packRegistry(com.mojang.serialization.DynamicOps<Tag> pOps, RegistryDataLoader.RegistryData<T> pRegistryData, RegistryAccess pRegistryAccess, Set<KnownPack> pPacks, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> pPacketSender) -
Uses of RegistrySynchronization.PackedRegistryEntry in net.minecraft.network.protocol.configuration
Fields in net.minecraft.network.protocol.configuration with type parameters of type RegistrySynchronization.PackedRegistryEntryModifier and TypeFieldDescriptionprivate final List<RegistrySynchronization.PackedRegistryEntry> ClientboundRegistryDataPacket.entriesThe field for theentriesrecord component.Methods in net.minecraft.network.protocol.configuration that return types with arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionClientboundRegistryDataPacket.entries()Returns the value of theentriesrecord component.Constructor parameters in net.minecraft.network.protocol.configuration with type arguments of type RegistrySynchronization.PackedRegistryEntryModifierConstructorDescriptionClientboundRegistryDataPacket(ResourceKey<? extends Registry<?>> registry, List<RegistrySynchronization.PackedRegistryEntry> entries) Creates an instance of aClientboundRegistryDataPacketrecord class. -
Uses of RegistrySynchronization.PackedRegistryEntry in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type RegistrySynchronization.PackedRegistryEntryModifier and TypeFieldDescriptionprivate final List<RegistrySynchronization.PackedRegistryEntry> RegistryDataLoader.NetworkedRegistryData.elementsThe field for theelementsrecord component.Methods in net.minecraft.resources that return types with arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionRegistryDataLoader.NetworkedRegistryData.elements()Returns the value of theelementsrecord component.Constructor parameters in net.minecraft.resources with type arguments of type RegistrySynchronization.PackedRegistryEntryModifierConstructorDescriptionNetworkedRegistryData(List<RegistrySynchronization.PackedRegistryEntry> elements, TagNetworkSerialization.NetworkPayload tags) Creates an instance of aNetworkedRegistryDatarecord class.