Uses of Interface
net.minecraft.registry.RegistryOps.RegistryInfoGetter
Packages that use RegistryOps.RegistryInfoGetter
-
Uses of RegistryOps.RegistryInfoGetter in net.minecraft.registry
Fields in net.minecraft.registry declared as RegistryOps.RegistryInfoGetterModifier and TypeFieldDescriptionprivate final RegistryOps.RegistryInfoGetterRegistryOps.registryInfoGetterMethods in net.minecraft.registry that return RegistryOps.RegistryInfoGetterModifier and TypeMethodDescriptionprivate static RegistryOps.RegistryInfoGetterRegistryOps.caching(RegistryOps.RegistryInfoGetter registryInfoGetter) private static RegistryOps.RegistryInfoGetterRegistryLoader.createInfoGetter(DynamicRegistryManager baseRegistryManager, List<RegistryLoader.class_9158<?>> additionalRegistries) Methods in net.minecraft.registry with parameters of type RegistryOps.RegistryInfoGetterModifier and TypeMethodDescriptionvoidRegistryLoader.RegistryLoadable.apply(RegistryLoader.class_9158<?> class_9158, RegistryOps.RegistryInfoGetter registryInfoGetter) private static RegistryOps.RegistryInfoGetterRegistryOps.caching(RegistryOps.RegistryInfoGetter registryInfoGetter) (package private) static <E> voidRegistryLoader.load(ResourceManager resourceManager, RegistryOps.RegistryInfoGetter registryInfoGetter, MutableRegistry<E> mutableRegistry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> map) (package private) static <E> voidRegistryLoader.method_56518(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, RegistryOps.RegistryInfoGetter registryInfoGetter, MutableRegistry<E> mutableRegistry, com.mojang.serialization.Decoder<E> decoder, Map<RegistryKey<?>, Exception> map2) voidRegistryLoader.class_9158.method_56520(ResourceManager resourceManager, RegistryOps.RegistryInfoGetter registryInfoGetter) voidRegistryLoader.class_9158.method_56521(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, RegistryOps.RegistryInfoGetter registryInfoGetter) static <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoGetter registryInfoGetter) Constructors in net.minecraft.registry with parameters of type RegistryOps.RegistryInfoGetterModifierConstructorDescriptionprivateRegistryOps(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoGetter registryInfoGetter)