Uses of Record Class
net.minecraft.util.registry.RegistryBuilder.EntryAssociatedValue
Packages that use RegistryBuilder.EntryAssociatedValue
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryBuilder.EntryAssociatedValue in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RegistryBuilder.EntryAssociatedValueModifier and TypeFieldDescriptionprivate final Map<RegistryKey<T>,RegistryBuilder.EntryAssociatedValue<T>> RegistryBuilder.InitializedRegistry.valuesThe field for thevaluesrecord component.Methods in net.minecraft.util.registry that return types with arguments of type RegistryBuilder.EntryAssociatedValueModifier and TypeMethodDescriptionRegistryBuilder.InitializedRegistry.values()Returns the value of thevaluesrecord component.Constructor parameters in net.minecraft.util.registry with type arguments of type RegistryBuilder.EntryAssociatedValueModifierConstructorDescription(package private)InitializedRegistry(RegistryBuilder.RegistryInfo<T> registryInfo, Map<RegistryKey<T>, RegistryBuilder.EntryAssociatedValue<T>> map)