Uses of Class
net.minecraft.core.registries.BootstrapRegistry
Packages that use BootstrapRegistry
-
Uses of BootstrapRegistry in net.minecraft.core
Fields in net.minecraft.core declared as BootstrapRegistryModifier and TypeFieldDescriptionprivate final BootstrapRegistry<T> RegistrySetBuilder.BootstrappedRegistryState.registryThe field for theregistryrecord component.Methods in net.minecraft.core that return BootstrapRegistryModifier and TypeMethodDescriptionRegistrySetBuilder.BootstrappedRegistryState.registry()Returns the value of theregistryrecord component.Constructors in net.minecraft.core with parameters of type BootstrapRegistryModifierConstructorDescriptionBootstrappedRegistryState(BootstrapRegistry<T> registry, Map<ResourceKey<T>, T> registeredValues) privateBootstrappedRegistryState(BootstrapRegistry<T> registry, Map<ResourceKey<T>, T> registeredValues, Map<ResourceKey<?>, List<ICondition>> conditions) Creates an instance of aBootstrappedRegistryStaterecord class.