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 TypeMethodDescriptiondefault <V> RegistryOps
<V> RegistryWrapper.WrapperLookup.getOps
(com.mojang.serialization.DynamicOps<V> delegate) static <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) <U> RegistryOps
<U> RegistryOps.withDelegate
(com.mojang.serialization.DynamicOps<U> delegate) Methods in net.minecraft.registry with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate static <E> void
RegistryLoader.parseAndAdd
(MutableRegistry<E> registry, com.mojang.serialization.Decoder<E> decoder, RegistryOps<JsonElement> ops, RegistryKey<E> key, Resource resource, RegistryEntryInfo entryInfo) -
Uses of RegistryOps in net.minecraft.text
Methods in net.minecraft.text with parameters of type RegistryOpsModifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult
<HoverEvent.EntityContent> HoverEvent.EntityContent.legacySerializer
(Text text, @Nullable RegistryOps<?> ops) private static com.mojang.serialization.DataResult
<HoverEvent.ItemStackContent> HoverEvent.ItemStackContent.legacySerializer
(Text text, @Nullable RegistryOps<?> ops) com.mojang.serialization.DataResult
<T> HoverEvent.LegacySerializer.parse
(Text text, @Nullable RegistryOps<?> os) -
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> ops, @Nullable NbtCompound nbt)