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.lookups
Methods in net.minecraft.resources that return RegistryOps.RegistryInfoModifier and TypeMethodDescriptionprivate static <T> RegistryOps.RegistryInfo
<T> RegistryDataLoader.createInfoForContextRegistry
(Registry<T> pRegistry) private static <T> RegistryOps.RegistryInfo
<T> RegistryDataLoader.createInfoForNewRegistry
(WritableRegistry<T> pRegistry) static <T> RegistryOps.RegistryInfo
<T> RegistryOps.RegistryInfo.fromRegistryLookup
(HolderLookup.RegistryLookup<T> pRegistryLookup) 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>> pRegistryKey) <T> Optional
<RegistryOps.RegistryInfo<T>> RegistryOps.RegistryInfoLookup.lookup
(ResourceKey<? extends Registry<? extends T>> pRegistryKey)