Uses of Class
net.minecraft.registry.RegistryOps
Packages that use RegistryOps
Package
Description
The base package for all Minecraft classes.
-
Uses of RegistryOps in net.minecraft
Methods in net.minecraft that return RegistryOpsModifier and TypeMethodDescription<V> RegistryOps<V> class_10676.method_67089(com.mojang.serialization.DynamicOps<V> dynamicOps) -
Uses of RegistryOps in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as RegistryOpsModifier and TypeFieldDescription(package private) final RegistryOps<Object> ItemStringReader.nbtOpsMethods in net.minecraft.command.argument with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate <T,O> void ItemStringReader.Reader.readComponentValue(RegistryOps<O> registryOps, ComponentType<T> componentType) -
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 registries) <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> voidRegistryLoader.parseAndAdd(MutableRegistry<E> registry, com.mojang.serialization.Decoder<E> decoder, RegistryOps<JsonElement> ops, RegistryKey<E> key, Resource resource, RegistryEntryInfo entryInfo) private static <T> CompletableFuture<MutableRegistry<?>> ReloadableRegistries.prepare(LootDataType<T> type, RegistryOps<JsonElement> ops, ResourceManager resourceManager, Executor prepareExecutor)