Uses of Interface
net.minecraft.resources.RegistryOps.RegistryInfoLookup
Packages that use RegistryOps.RegistryInfoLookup
-
Uses of RegistryOps.RegistryInfoLookup in net.minecraft.resources
Classes in net.minecraft.resources that implement RegistryOps.RegistryInfoLookupModifier and TypeClassDescription(package private) static final class
Fields in net.minecraft.resources declared as RegistryOps.RegistryInfoLookupModifier and TypeFieldDescriptionprivate final RegistryOps.RegistryInfoLookup
RegistryOps.lookupProvider
Methods in net.minecraft.resources that return RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoLookup
RegistryDataLoader.createContext
(RegistryAccess registryAccess, List<RegistryDataLoader.Loader<?>> registryLoaders) Methods in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionvoid
RegistryDataLoader.LoadingFunction.apply
(RegistryDataLoader.Loader<?> loader, RegistryOps.RegistryInfoLookup registryInfoLookup) static <T> RegistryOps
<T> RegistryOps.create
(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoLookup lookupProvider) (package private) static <E> void
RegistryDataLoader.loadContentsFromManager
(ResourceManager resourceManager, RegistryOps.RegistryInfoLookup registryInfoLookup, WritableRegistry<E> registry, com.mojang.serialization.Decoder<E> codec, Map<ResourceKey<?>, Exception> loadingErrors) (package private) static <E> void
RegistryDataLoader.loadContentsFromNetwork
(Map<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> elements, ResourceProvider resourceProvider, RegistryOps.RegistryInfoLookup registryInfoLookup, WritableRegistry<E> registry, com.mojang.serialization.Decoder<E> codec, Map<ResourceKey<?>, Exception> loadingErrors) void
RegistryDataLoader.Loader.loadFromNetwork
(Map<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> elements, ResourceProvider resourceProvider, RegistryOps.RegistryInfoLookup registryInfoLookup) void
RegistryDataLoader.Loader.loadFromResources
(ResourceManager resouceManager, RegistryOps.RegistryInfoLookup registryInfoLookup) Constructors in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifierConstructorDescriptionprotected
RegistryOps
(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoLookup lookupProvider)