Uses of Interface
net.minecraft.util.dynamic.RegistryOps.RegistryInfoGetter
Packages that use RegistryOps.RegistryInfoGetter
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryOps.RegistryInfoGetter in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as RegistryOps.RegistryInfoGetterModifier and TypeFieldDescriptionprivate final RegistryOps.RegistryInfoGetterRegistryOps.registryInfoGetterMethods in net.minecraft.util.dynamic that return RegistryOps.RegistryInfoGetterModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoGetterRegistryOps.caching(RegistryOps.RegistryInfoGetter registryInfoGetter) Methods in net.minecraft.util.dynamic with parameters of type RegistryOps.RegistryInfoGetterModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoGetterRegistryOps.caching(RegistryOps.RegistryInfoGetter registryInfoGetter) static <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoGetter registryInfoGetter) Constructors in net.minecraft.util.dynamic with parameters of type RegistryOps.RegistryInfoGetterModifierConstructorDescriptionprivateRegistryOps(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoGetter registryInfoGetter) -
Uses of RegistryOps.RegistryInfoGetter in net.minecraft.util.registry
Methods in net.minecraft.util.registry that return RegistryOps.RegistryInfoGetterModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoGetterRegistryLoader.createInfoGetter(DynamicRegistryManager baseRegistryManager, List<com.mojang.datafixers.util.Pair<MutableRegistry<?>, RegistryLoader.RegistryLoadable>> additionalRegistries) Methods in net.minecraft.util.registry with parameters of type RegistryOps.RegistryInfoGetterModifier and TypeMethodDescription(package private) static <E> voidRegistryLoader.load(RegistryOps.RegistryInfoGetter registryInfoGetter, ResourceManager resourceManager, RegistryKey<? extends Registry<E>> registryRef, MutableRegistry<E> newRegistry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> exceptions) voidRegistryLoader.RegistryLoadable.load(ResourceManager resourceManager, RegistryOps.RegistryInfoGetter registryInfoGetter)