Uses of Interface
net.minecraft.registry.RegistryBuilder.BootstrapFunction
Packages that use RegistryBuilder.BootstrapFunction
-
Uses of RegistryBuilder.BootstrapFunction in net.minecraft.registry
Fields in net.minecraft.registry declared as RegistryBuilder.BootstrapFunctionModifier and TypeFieldDescriptionprivate final RegistryBuilder.BootstrapFunction
<T> RegistryBuilder.RegistryInfo.bootstrap
The field for thebootstrap
record component.Methods in net.minecraft.registry that return RegistryBuilder.BootstrapFunctionModifier and TypeMethodDescriptionRegistryBuilder.RegistryInfo.bootstrap()
Returns the value of thebootstrap
record component.Methods in net.minecraft.registry with parameters of type RegistryBuilder.BootstrapFunctionModifier and TypeMethodDescription<T> RegistryBuilder
RegistryBuilder.addRegistry
(RegistryKey<? extends Registry<T>> registryRef, com.mojang.serialization.Lifecycle lifecycle, RegistryBuilder.BootstrapFunction<T> bootstrapFunction) <T> RegistryBuilder
RegistryBuilder.addRegistry
(RegistryKey<? extends Registry<T>> registryRef, RegistryBuilder.BootstrapFunction<T> bootstrapFunction) Constructors in net.minecraft.registry with parameters of type RegistryBuilder.BootstrapFunctionModifierConstructorDescription(package private)
RegistryInfo
(RegistryKey<? extends Registry<T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, RegistryBuilder.BootstrapFunction<T> bootstrapFunction)