Uses of Record Class
net.minecraft.registry.RegistryBuilder.EntryAssociatedValue
Packages that use RegistryBuilder.EntryAssociatedValue
-
Uses of RegistryBuilder.EntryAssociatedValue in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type RegistryBuilder.EntryAssociatedValueModifier and TypeFieldDescriptionprivate final Map
<RegistryKey<T>, RegistryBuilder.EntryAssociatedValue<T>> RegistryBuilder.InitializedRegistry.values
The field for thevalues
record component.Methods in net.minecraft.registry that return types with arguments of type RegistryBuilder.EntryAssociatedValueModifier and TypeMethodDescriptionRegistryBuilder.InitializedRegistry.values()
Returns the value of thevalues
record component.Constructor parameters in net.minecraft.registry with type arguments of type RegistryBuilder.EntryAssociatedValueModifierConstructorDescription(package private)
InitializedRegistry
(RegistryKey<? extends Registry<? extends T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, Map<RegistryKey<T>, RegistryBuilder.EntryAssociatedValue<T>> map)