Uses of Record Class
net.minecraft.core.RegistrySetBuilder.BootstrappedRegistryState
Packages that use RegistrySetBuilder.BootstrappedRegistryState
-
Uses of RegistrySetBuilder.BootstrappedRegistryState in net.minecraft.core
Fields in net.minecraft.core with type parameters of type RegistrySetBuilder.BootstrappedRegistryStateModifier and TypeFieldDescriptionprivate final Map<ResourceKey<? extends Registry<?>>, RegistrySetBuilder.BootstrappedRegistryState<?>> RegistrySetBuilder.BuildState.bootstrappedRegistriesThe field for thebootstrappedRegistriesrecord component.Methods in net.minecraft.core that return RegistrySetBuilder.BootstrappedRegistryStateModifier and TypeMethodDescriptionstatic <T> RegistrySetBuilder.BootstrappedRegistryState<T> RegistrySetBuilder.BootstrappedRegistryState.create(ResourceKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle) Methods in net.minecraft.core that return types with arguments of type RegistrySetBuilder.BootstrappedRegistryStateModifier and TypeMethodDescriptionMap<ResourceKey<? extends Registry<?>>, RegistrySetBuilder.BootstrappedRegistryState<?>> RegistrySetBuilder.BuildState.bootstrappedRegistries()Returns the value of thebootstrappedRegistriesrecord component.Constructor parameters in net.minecraft.core with type arguments of type RegistrySetBuilder.BootstrappedRegistryStateModifierConstructorDescriptionprivateBuildState(HolderLookup.Provider contextRegistries, HolderLookup.Provider allRegistries, Map<ResourceKey<? extends Registry<?>>, RegistrySetBuilder.BootstrappedRegistryState<?>> bootstrappedRegistries, List<RuntimeException> errors) Creates an instance of aBuildStaterecord class.