Uses of Interface
net.minecraft.util.registry.RegistryBuilder.BootstrapFunction
Packages that use RegistryBuilder.BootstrapFunction
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryBuilder.BootstrapFunction in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as RegistryBuilder.BootstrapFunctionModifier and TypeFieldDescriptionprivate final RegistryBuilder.BootstrapFunction<T>RegistryBuilder.RegistryInfo.bootstrapThe field for thebootstraprecord component.Methods in net.minecraft.util.registry that return RegistryBuilder.BootstrapFunctionModifier and TypeMethodDescriptionRegistryBuilder.RegistryInfo.bootstrap()Returns the value of thebootstraprecord component.Methods in net.minecraft.util.registry with parameters of type RegistryBuilder.BootstrapFunctionModifier and TypeMethodDescription<T> RegistryBuilderRegistryBuilder.addRegistry(RegistryKey<? extends Registry<T>> registryRef, com.mojang.serialization.Lifecycle lifecycle, RegistryBuilder.BootstrapFunction<T> bootstrapFunction) <T> RegistryBuilderRegistryBuilder.addRegistry(RegistryKey<? extends Registry<T>> registryRef, RegistryBuilder.BootstrapFunction<T> bootstrapFunction) Constructors in net.minecraft.util.registry with parameters of type RegistryBuilder.BootstrapFunctionModifierConstructorDescription(package private)RegistryInfo(RegistryKey<? extends Registry<T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, RegistryBuilder.BootstrapFunction<T> bootstrapFunction)