Uses of Interface
net.minecraft.core.RegistrySetBuilder.RegistryBootstrap
Packages that use RegistrySetBuilder.RegistryBootstrap
-
Uses of RegistrySetBuilder.RegistryBootstrap in net.minecraft.core
Fields in net.minecraft.core declared as RegistrySetBuilder.RegistryBootstrapModifier and TypeFieldDescriptionprivate final RegistrySetBuilder.RegistryBootstrap<T> RegistrySetBuilder.RegistryStub.bootstrapThe field for thebootstraprecord component.Methods in net.minecraft.core that return RegistrySetBuilder.RegistryBootstrapModifier and TypeMethodDescriptionRegistrySetBuilder.RegistryStub.bootstrap()Returns the value of thebootstraprecord component.Methods in net.minecraft.core with parameters of type RegistrySetBuilder.RegistryBootstrapModifier and TypeMethodDescriptionRegistrySetBuilder.add(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, RegistrySetBuilder.RegistryBootstrap<T> bootstrap) RegistrySetBuilder.add(ResourceKey<? extends Registry<T>> key, RegistrySetBuilder.RegistryBootstrap<T> bootstrap) Constructors in net.minecraft.core with parameters of type RegistrySetBuilder.RegistryBootstrapModifierConstructorDescription(package private)RegistryStub(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, RegistrySetBuilder.RegistryBootstrap<T> bootstrap) Creates an instance of aRegistryStubrecord class.