Uses of Record Class
net.minecraft.util.dynamic.RegistryOps.RegistryInfo
Packages that use RegistryOps.RegistryInfo
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryOps.RegistryInfo in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic 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) -
Uses of RegistryOps.RegistryInfo in net.minecraft.util.registry
Methods in net.minecraft.util.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)