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.RegistryInfoLookupFields in net.minecraft.resources declared as RegistryOps.RegistryInfoLookupMethods in net.minecraft.resources that return RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoLookupRegistryDataLoader.createContext(List<HolderLookup.RegistryLookup<?>> pRegistryLookups, List<RegistryDataLoader.Loader<?>> pLoaders) Methods in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionvoidRegistryDataLoader.LoadingFunction.apply(RegistryDataLoader.Loader<?> pLoader, RegistryOps.RegistryInfoLookup pRegistryInfoLookup) static <T> RegistryOps<T> RegistryOps.create(com.mojang.serialization.DynamicOps<T> pDelegate, RegistryOps.RegistryInfoLookup pLookupProvider) (package private) static <E> voidRegistryDataLoader.loadContentsFromManager(ResourceManager pResourceManager, RegistryOps.RegistryInfoLookup pRegistryInfoLookup, WritableRegistry<E> pRegistry, com.mojang.serialization.Decoder<E> pCodec, Map<ResourceKey<?>, Exception> pLoadingErrors) (package private) static <E> voidRegistryDataLoader.loadContentsFromNetwork(Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader.NetworkedRegistryData> pElements, ResourceProvider pResourceProvider, RegistryOps.RegistryInfoLookup pRegistryInfoLookup, WritableRegistry<E> pRegistry, com.mojang.serialization.Decoder<E> pCodec, Map<ResourceKey<?>, Exception> pLoadingErrors) voidRegistryDataLoader.Loader.loadFromNetwork(Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader.NetworkedRegistryData> pElements, ResourceProvider pResourceProvider, RegistryOps.RegistryInfoLookup pRegistryInfoLookup) voidRegistryDataLoader.Loader.loadFromResources(ResourceManager pResouceManager, RegistryOps.RegistryInfoLookup pRegistryInfoLookup) Constructors in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifierConstructorDescriptionprotectedRegistryOps(com.mojang.serialization.DynamicOps<T> pDelegate, RegistryOps.RegistryInfoLookup pLookupProvider)