Uses of Record Class
net.minecraft.resources.RegistryOps.RegistryInfo
Packages that use RegistryOps.RegistryInfo
-
Uses of RegistryOps.RegistryInfo in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type RegistryOps.RegistryInfoModifier and TypeFieldDescriptionprivate final Map<ResourceKey<? extends Registry<?>>, Optional<? extends RegistryOps.RegistryInfo<?>>> RegistryOps.HolderLookupAdapter.lookupsMethods in net.minecraft.resources that return RegistryOps.RegistryInfoModifier and TypeMethodDescriptionprivate static <T> RegistryOps.RegistryInfo<T> RegistryDataLoader.createInfoForContextRegistry(Registry<T> p_256230_) private static <T> RegistryOps.RegistryInfo<T> RegistryDataLoader.createInfoForNewRegistry(WritableRegistry<T> p_256020_) static <T> RegistryOps.RegistryInfo<T> RegistryOps.RegistryInfo.fromRegistryLookup(HolderLookup.RegistryLookup<T> p_326797_) Methods in net.minecraft.resources that return types with arguments of type RegistryOps.RegistryInfoModifier and TypeMethodDescriptionprivate Optional<RegistryOps.RegistryInfo<Object>> RegistryOps.HolderLookupAdapter.createLookup(ResourceKey<? extends Registry<?>> p_341910_) <E> Optional<RegistryOps.RegistryInfo<E>> RegistryOps.HolderLookupAdapter.lookup(ResourceKey<? extends Registry<? extends E>> p_341913_) <T> Optional<RegistryOps.RegistryInfo<T>> RegistryOps.RegistryInfoLookup.lookup(ResourceKey<? extends Registry<? extends T>> p_256623_)