Uses of Interface
net.minecraft.registry.RegistryBuilder.BootstrapFunction
-
Uses of RegistryBuilder.BootstrapFunction in net.minecraft.registry
Modifier and TypeFieldDescriptionprivate final RegistryBuilder.BootstrapFunction<T>
RegistryBuilder.RegistryInfo.bootstrap
The field for thebootstrap
record component.Modifier and TypeMethodDescriptionRegistryBuilder.RegistryInfo.bootstrap()
Returns the value of thebootstrap
record component.Modifier 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) ModifierConstructorDescription(package private)
RegistryInfo
(RegistryKey<? extends Registry<T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, RegistryBuilder.BootstrapFunction<T> bootstrapFunction)