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.stub
The field for thestub
record component.Fields in net.minecraft.core with type parameters of type RegistrySetBuilder.RegistryStubModifier and TypeFieldDescriptionprivate final List<RegistrySetBuilder.RegistryStub<?>>
RegistrySetBuilder.entries
Methods in net.minecraft.core that return RegistrySetBuilder.RegistryStubModifier and TypeMethodDescriptionRegistrySetBuilder.RegistryContents.stub()
Returns the value of thestub
record 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 aRegistryContents
record class.