net.minecraft.registry

public class RegistryLoading

net.minecraft.resources.RegistryDataLoader
net.minecraft.resources.RegistryDataLoader
net.minecraft.class_7655
net.minecraft.registry.RegistryLoading

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
LOGGER
field_39970
LOGGER
private static final Comparator<RegistryKey<?>>
ERROR_KEY_COMPARATOR
ERROR_KEY_COMPARATOR
field_53753
KEY_COMPARATOR
public static final List<RegistryLoading$Entry<?>>
WORLD_REGISTRIES
WORLD_REGISTRIES
field_39968
WORLD_REGISTRIES
public static final List<RegistryLoading$Entry<?>>
DIMENSION_REGISTRIES
DIMENSION_REGISTRIES
field_39969
DIMENSION_REGISTRIES
public static final List<RegistryLoading$Entry<?>>
RELOADABLE_REGISTRIES
RELOADABLE_REGISTRIES
field_1_8339
RELOADABLE_REGISTRIES
public static final List<RegistryLoading$Entry<?>>
SYNCHRONIZED_REGISTRIES
SYNCHRONIZED_REGISTRIES
field_48709
SYNCED_REGISTRIES

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static CompletableFuture<DynamicRegistryManager$Immutable>
load(ResourceManager resourceManager, List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryDataLoader$RegistryData<?>> registriesToLoad, Executor executor)
load(ResourceManager resourceManager, List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryDataLoader$RegistryData<?>> registriesToLoad, Executor executor)
method_1_439(class_3300 arg0, List<class_7225$class_7226<?>> arg1, List<class_7655$class_7657<?>> arg2, Executor arg3)
load(ResourceManager resourceManager, List<RegistryView$Named<?>> registries, List<RegistryLoading$Entry<?>> additionalRegistries, Executor executor)
public static CompletableFuture<DynamicRegistryManager$Immutable>
load(Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader$NetworkedRegistryData> entries, ResourceProvider knownDataSource, List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryDataLoader$RegistryData<?>> registriesToLoad, Executor executor)
load(Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader$NetworkedRegistryData> entries, ResourceProvider knownDataSource, List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryDataLoader$RegistryData<?>> registriesToLoad, Executor executor)
method_1_437(Map<class_5321<? extends class_2378<?>>, class_7655$class_9841> arg0, class_5912 arg1, List<class_7225$class_7226<?>> arg2, List<class_7655$class_7657<?>> arg3, Executor arg4)
load(Map<RegistryKey<? extends Registry<?>>, RegistryLoading$ElementsAndTags> contents, ResourceFactory resourceFactory, List<RegistryView$Named<?>> registries, List<RegistryLoading$Entry<?>> additionalRegistries, Executor executor)
private static CompletableFuture<DynamicRegistryManager$Immutable>
load(RegistryDataLoader$LoaderFactory loaderFactory, List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryDataLoader$RegistryData<?>> registriesToLoad, Executor executor)
load(RegistryDataLoader$LoaderFactory loaderFactory, List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryDataLoader$RegistryData<?>> registriesToLoad, Executor executor)
method_1_438(class_7655$class_1_19 arg0, List<class_7225$class_7226<?>> arg1, List<class_7655$class_7657<?>> arg2, Executor arg3)
load(RegistryLoading$LoaderFactory loaderFactory, List<RegistryView$Named<?>> registries, List<RegistryLoading$Entry<?>> additionalRegistries, Executor prepareExecutor)
private static RegistryOps$RegistryInfoGetter
createContext(List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryLoadTask<?>> newRegistriesAndLoaders)
createContext(List<HolderLookup$RegistryLookup<?>> contextRegistries, List<RegistryLoadTask<?>> newRegistriesAndLoaders)
method_46619(List<class_7225$class_7226<?>> arg0, List<class_1_102<?>> arg1)
createInfoGetter(List<RegistryView$Named<?>> registries, List<RegistryLoader<?>> additionalRegistries)
private static CrashException
logErrors(Map<ResourceKey<?>, Exception> loadingErrors)
logErrors(Map<ResourceKey<?>, Exception> loadingErrors)
method_45126(Map<class_5321<?>, Exception> arg0)
writeAndCreateLoadingException(Map<RegistryKey<?>, Exception> exceptions)
private static void
printFullDetailsToLog(Map<ResourceKey<?>, Exception> loadingErrors)
printFullDetailsToLog(Map<ResourceKey<?>, Exception> loadingErrors)
method_62809(Map<class_5321<?>, Exception> arg0)
writeLoadingError(Map<RegistryKey<?>, Exception> exceptions)
private static CrashException
createReportWithBriefInfo(Map<ResourceKey<?>, Exception> loadingErrors)
createReportWithBriefInfo(Map<ResourceKey<?>, Exception> loadingErrors)
method_62810(Map<class_5321<?>, Exception> arg0)
createLoadingException(Map<RegistryKey<?>, Exception> exceptions)