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.bootstrap
The field for thebootstrap
record component.Methods in net.minecraft.core that return RegistrySetBuilder.RegistryBootstrapModifier and TypeMethodDescriptionRegistrySetBuilder.RegistryStub.bootstrap()
Returns the value of thebootstrap
record component.Methods in net.minecraft.core with parameters of type RegistrySetBuilder.RegistryBootstrapModifier and TypeMethodDescriptionRegistrySetBuilder.add
(ResourceKey<? extends Registry<T>> p_256446_, com.mojang.serialization.Lifecycle p_256394_, RegistrySetBuilder.RegistryBootstrap<T> p_256638_) RegistrySetBuilder.add
(ResourceKey<? extends Registry<T>> p_256261_, RegistrySetBuilder.RegistryBootstrap<T> p_256010_) 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 aRegistryStub
record class.