Uses of Record Class
net.minecraft.registry.RegistryOps.RegistryInfo
Packages that use RegistryOps.RegistryInfo
-
Uses of RegistryOps.RegistryInfo in net.minecraft.registry
Methods in net.minecraft.registry that return RegistryOps.RegistryInfoModifier 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) Methods in net.minecraft.registry that return types with arguments of type RegistryOps.RegistryInfoModifier and TypeMethodDescription<T> Optional
<RegistryOps.RegistryInfo<T>> RegistryOps.RegistryInfoGetter.getRegistryInfo
(RegistryKey<? extends Registry<? extends T>> registryRef)