Uses of Class
net.minecraft.registry.RegistryOps
Packages that use RegistryOps
-
Uses of RegistryOps in net.minecraft.registry
Methods in net.minecraft.registry that return RegistryOpsModifier and TypeMethodDescriptionstatic <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.RegistryInfoGetter registryInfoGetter) static <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryWrapper.WrapperLookup wrapperLookup) Methods in net.minecraft.registry with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate static <E> voidRegistryLoader.method_56915(MutableRegistry<E> mutableRegistry, com.mojang.serialization.Decoder<E> decoder, RegistryOps<JsonElement> registryOps, RegistryKey<E> registryKey, Resource resource, class_9248 class_9248) -
Uses of RegistryOps in net.minecraft.world.storage
Methods in net.minecraft.world.storage with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate voidSerializingRegionBasedStorage.update(ChunkPos pos, RegistryOps<NbtElement> ops, @Nullable NbtCompound nbt)