Uses of Record Class
net.minecraft.registry.RegistryOps.RegistryInfo
-
Uses of RegistryOps.RegistryInfo in net.minecraft.registry
Modifier and TypeFieldDescriptionprivate final Map
<RegistryKey<? extends Registry<?>>, Optional<? extends RegistryOps.RegistryInfo<?>>> RegistryOps.CachedRegistryInfoGetter.cache
Modifier and TypeMethodDescriptionprivate static <T> RegistryOps.RegistryInfo
<T> RegistryLoader.createInfo
(MutableRegistry<T> registry) private static <T> RegistryOps.RegistryInfo
<T> RegistryLoader.createInfo
(Registry<T> registry) static <T> RegistryOps.RegistryInfo
<T> RegistryOps.RegistryInfo.fromWrapper
(RegistryWrapper.Impl<T> wrapper) Modifier and TypeMethodDescriptionprivate Optional
<RegistryOps.RegistryInfo<Object>> RegistryOps.CachedRegistryInfoGetter.compute
(RegistryKey<? extends Registry<?>> registryRef) <E> Optional
<RegistryOps.RegistryInfo<E>> RegistryOps.CachedRegistryInfoGetter.getRegistryInfo
(RegistryKey<? extends Registry<? extends E>> registryRef) <T> Optional
<RegistryOps.RegistryInfo<T>> RegistryOps.RegistryInfoGetter.getRegistryInfo
(RegistryKey<? extends Registry<? extends T>> registryRef)