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 classFields in net.minecraft.resources declared as RegistryOps.RegistryInfoLookupModifier and TypeFieldDescriptionprivate final RegistryOps.RegistryInfoLookupRegistryOps.lookupProviderMethods in net.minecraft.resources that return RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoLookupRegistryDataLoader.createContext(RegistryAccess registryAccess, List<RegistryDataLoader.Loader<?>> registryLoaders) Methods in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionvoidRegistryDataLoader.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> voidRegistryDataLoader.loadContentsFromManager(ResourceManager resourceManager, RegistryOps.RegistryInfoLookup registryInfoLookup, WritableRegistry<E> registry, com.mojang.serialization.Decoder<E> codec, Map<ResourceKey<?>, Exception> loadingErrors) (package private) static <E> voidRegistryDataLoader.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) voidRegistryDataLoader.Loader.loadFromNetwork(Map<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> elements, ResourceProvider resourceProvider, RegistryOps.RegistryInfoLookup registryInfoLookup) voidRegistryDataLoader.Loader.loadFromResources(ResourceManager resouceManager, RegistryOps.RegistryInfoLookup registryInfoLookup) Constructors in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifierConstructorDescriptionprotectedRegistryOps(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoLookup lookupProvider)