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.elements
Method parameters in net.minecraft.client.multiplayer with type arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionvoid
RegistryDataCollector.ContentsCollector.append
(ResourceKey<? extends Registry<?>> p_321577_, List<RegistrySynchronization.PackedRegistryEntry> p_321551_) void
RegistryDataCollector.appendContents
(ResourceKey<? extends Registry<?>> p_321794_, List<RegistrySynchronization.PackedRegistryEntry> p_321772_) -
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_CODEC
Method parameters in net.minecraft.core with type arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionstatic void
RegistrySynchronization.packRegistries
(com.mojang.serialization.DynamicOps<Tag> p_321796_, RegistryAccess p_321733_, Set<KnownPack> p_326143_, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> p_321539_) private static <T> void
RegistrySynchronization.packRegistry
(com.mojang.serialization.DynamicOps<Tag> p_321608_, RegistryDataLoader.RegistryData<T> p_321701_, RegistryAccess p_321717_, Set<KnownPack> p_326432_, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> p_321724_) -
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.entries
The field for theentries
record component.Methods in net.minecraft.network.protocol.configuration that return types with arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionClientboundRegistryDataPacket.entries()
Returns the value of theentries
record 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 aClientboundRegistryDataPacket
record 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.elements
The field for theelements
record component.Methods in net.minecraft.resources that return types with arguments of type RegistrySynchronization.PackedRegistryEntryModifier and TypeMethodDescriptionRegistryDataLoader.NetworkedRegistryData.elements()
Returns the value of theelements
record 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 aNetworkedRegistryData
record class.