Uses of Record Class
net.minecraft.core.RegistrySetBuilder.ValueAndHolder
Packages that use RegistrySetBuilder.ValueAndHolder
-
Uses of RegistrySetBuilder.ValueAndHolder in net.minecraft.core
Fields in net.minecraft.core with type parameters of type RegistrySetBuilder.ValueAndHolderModifier and TypeFieldDescriptionprivate final Map<ResourceKey<T>,
RegistrySetBuilder.ValueAndHolder<T>> RegistrySetBuilder.RegistryContents.values
The field for thevalues
record component.Methods in net.minecraft.core that return types with arguments of type RegistrySetBuilder.ValueAndHolderModifier and TypeMethodDescriptionRegistrySetBuilder.RegistryContents.values()
Returns the value of thevalues
record component.Constructor parameters in net.minecraft.core with type arguments of type RegistrySetBuilder.ValueAndHolderModifierConstructorDescription(package private)
RegistryContents
(RegistrySetBuilder.RegistryStub<T> stub, Map<ResourceKey<T>, RegistrySetBuilder.ValueAndHolder<T>> values) Creates an instance of aRegistryContents
record class.