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<?>> contextRegistries, List<RegistryLoadTask<?>> newRegistriesAndLoaders) Methods in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifier and TypeMethodDescriptionstatic <T> RegistryOps<T> RegistryOps.create(com.mojang.serialization.DynamicOps<T> parent, RegistryOps.RegistryInfoLookup lookupProvider) NetworkRegistryLoadTask.load(RegistryOps.RegistryInfoLookup context, Executor executor) abstract CompletableFuture<?> RegistryLoadTask.load(RegistryOps.RegistryInfoLookup context, Executor executor) ResourceManagerRegistryLoadTask.load(RegistryOps.RegistryInfoLookup context, Executor executor) Constructors in net.minecraft.resources with parameters of type RegistryOps.RegistryInfoLookupModifierConstructorDescriptionprotectedRegistryOps(com.mojang.serialization.DynamicOps<T> parent, RegistryOps.RegistryInfoLookup lookupProvider)