Uses of Record Class
net.minecraft.resources.RegistryOps.RegistryInfo
-
Uses of RegistryOps.RegistryInfo in net.minecraft.resources
Modifier and TypeFieldDescriptionprivate final Map
<ResourceKey<? extends Registry<?>>, Optional<? extends RegistryOps.RegistryInfo<?>>> RegistryOps.HolderLookupAdapter.lookups
Modifier 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_) Modifier 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_)