Uses of Class
net.minecraft.registry.RegistryOps
Packages that use RegistryOps
-
Uses of RegistryOps in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as RegistryOpsModifier and TypeFieldDescription(package private) final RegistryOps<NbtElement> ItemStringReader.opsMethods in net.minecraft.command.argument with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate <T,O> void ItemStringReader.Reader.readComponentValue(StringNbtReader<O> snbtReader, RegistryOps<O> ops, ComponentType<T> type) -
Uses of RegistryOps in net.minecraft.registry
Methods in net.minecraft.registry that return RegistryOpsModifier and TypeMethodDescription<V> RegistryOps<V> ContextSwappableRegistryLookup.createRegistryOps(com.mojang.serialization.DynamicOps<V> delegateOps) default <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) -
Uses of RegistryOps in net.minecraft.world
Methods in net.minecraft.world with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate <T extends PersistentState>
NbtCompoundPersistentStateManager.encode(PersistentStateType<T> type, PersistentState state, RegistryOps<NbtElement> ops)