Uses of Interface
net.minecraft.util.dynamic.RegistryOps.class_7863
Packages that use RegistryOps.class_7863
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryOps.class_7863 in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as RegistryOps.class_7863Methods in net.minecraft.util.dynamic that return RegistryOps.class_7863Modifier and TypeMethodDescriptionprivate static RegistryOps.class_7863RegistryOps.method_46627(RegistryOps.class_7863 class_7863) Methods in net.minecraft.util.dynamic with parameters of type RegistryOps.class_7863Modifier and TypeMethodDescriptionprivate static RegistryOps.class_7863RegistryOps.method_46627(RegistryOps.class_7863 class_7863) static <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.class_7863 class_7863) Constructors in net.minecraft.util.dynamic with parameters of type RegistryOps.class_7863ModifierConstructorDescriptionprivateRegistryOps(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.class_7863 class_7863) -
Uses of RegistryOps.class_7863 in net.minecraft.util.registry
Methods in net.minecraft.util.registry that return RegistryOps.class_7863Modifier and TypeMethodDescriptionprivate static RegistryOps.class_7863RegistryLoader.method_46619(DynamicRegistryManager dynamicRegistryManager, List<com.mojang.datafixers.util.Pair<MutableRegistry<?>, RegistryLoader.RegistryLoadable>> list) Methods in net.minecraft.util.registry with parameters of type RegistryOps.class_7863Modifier and TypeMethodDescription(package private) static <E> voidRegistryLoader.load(RegistryOps.class_7863 class_7863, 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.class_7863 class_7863)