Uses of Record Class
net.minecraft.core.RegistrySetBuilder.RegistryStub
Packages that use RegistrySetBuilder.RegistryStub
-
Uses of RegistrySetBuilder.RegistryStub in net.minecraft.core
Fields in net.minecraft.core declared as RegistrySetBuilder.RegistryStubModifier and TypeFieldDescriptionprivate final RegistrySetBuilder.RegistryStub<T>RegistrySetBuilder.RegistryContents.stubThe field for thestubrecord component.Fields in net.minecraft.core with type parameters of type RegistrySetBuilder.RegistryStubModifier and TypeFieldDescriptionprivate final List<RegistrySetBuilder.RegistryStub<?>>RegistrySetBuilder.entriesMethods in net.minecraft.core that return RegistrySetBuilder.RegistryStubModifier and TypeMethodDescriptionRegistrySetBuilder.RegistryContents.stub()Returns the value of thestubrecord component.Constructors in net.minecraft.core with parameters of type RegistrySetBuilder.RegistryStubModifierConstructorDescription(package private)RegistryContents(RegistrySetBuilder.RegistryStub<T> stub, Map<ResourceKey<T>, RegistrySetBuilder.ValueAndHolder<T>> values) Creates an instance of aRegistryContentsrecord class.