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) -
Uses of RegistryOps in net.minecraft.world.storage
Methods in net.minecraft.world.storage with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate void
SerializingRegionBasedStorage.update
(ChunkPos pos, RegistryOps<NbtElement> registryOps, @Nullable NbtCompound nbtCompound)