Uses of Class
net.minecraft.resources.RegistryOps
Packages that use RegistryOps
Package
Description
-
Uses of RegistryOps in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item declared as RegistryOpsModifier and TypeFieldDescriptionprivate final RegistryOps<Tag> ItemPredicateArgument.Context.registryOpsMethods in net.minecraft.commands.arguments.item with parameters of type RegistryOpsModifier and TypeMethodDescriptionItemPredicateArgument.ComponentWrapper.decode(com.mojang.brigadier.ImmutableStringReader p_335970_, RegistryOps<Tag> p_335855_, Tag p_335892_) ItemPredicateArgument.PredicateWrapper.decode(com.mojang.brigadier.ImmutableStringReader p_335497_, RegistryOps<Tag> p_335845_, Tag p_335487_) -
Uses of RegistryOps in net.minecraft.core
Methods in net.minecraft.core that return RegistryOpsModifier and TypeMethodDescriptiondefault <V> RegistryOps<V> HolderLookup.Provider.createSerializationContext(com.mojang.serialization.DynamicOps<V> p_326817_) -
Uses of RegistryOps in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type RegistryOpsModifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<HoverEvent.EntityTooltipInfo> HoverEvent.EntityTooltipInfo.legacyCreate(Component p_304689_, RegistryOps<?> p_330431_) private static com.mojang.serialization.DataResult<HoverEvent.ItemStackInfo> HoverEvent.ItemStackInfo.legacyCreate(Component p_304732_, RegistryOps<?> p_331763_) com.mojang.serialization.DataResult<T> HoverEvent.LegacyConverter.parse(Component p_332047_, RegistryOps<?> p_331431_) -
Uses of RegistryOps in net.minecraft.resources
Methods in net.minecraft.resources that return RegistryOpsModifier and TypeMethodDescriptionstatic <T> RegistryOps<T> RegistryOps.create(com.mojang.serialization.DynamicOps<T> p_256342_, HolderLookup.Provider p_255950_) static <T> RegistryOps<T> RegistryOps.create(com.mojang.serialization.DynamicOps<T> p_256278_, RegistryOps.RegistryInfoLookup p_256479_) <U> RegistryOps<U> RegistryOps.withParent(com.mojang.serialization.DynamicOps<U> p_330654_) Methods in net.minecraft.resources with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate static <E> voidRegistryDataLoader.loadElementFromResource(WritableRegistry<E> p_326195_, com.mojang.serialization.Decoder<E> p_326476_, RegistryOps<com.google.gson.JsonElement> p_325932_, ResourceKey<E> p_326054_, Resource p_326141_, RegistrationInfo p_326033_) Constructors in net.minecraft.resources with parameters of type RegistryOps -
Uses of RegistryOps in net.minecraft.server
Methods in net.minecraft.server with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate static <T> CompletableFuture<WritableRegistry<?>> ReloadableServerRegistries.scheduleElementParse(LootDataType<T> p_335741_, RegistryOps<com.google.gson.JsonElement> p_336173_, ResourceManager p_335893_, Executor p_336104_) -
Uses of RegistryOps in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate voidSectionStorage.readColumn(ChunkPos p_63802_, RegistryOps<Tag> p_321830_, CompoundTag p_321530_) -
Uses of RegistryOps in net.neoforged.neoforge.common.conditions
Subclasses of RegistryOps in net.neoforged.neoforge.common.conditionsModifier and TypeClassDescriptionclassExtension ofRegistryOpsthat also encapsulates aICondition.IContext.Constructors in net.neoforged.neoforge.common.conditions with parameters of type RegistryOps -
Uses of RegistryOps in net.neoforged.neoforge.registries
Methods in net.neoforged.neoforge.registries with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate static <A,T> List <DataMapFile<A, T>> DataMapLoader.readData(RegistryOps<com.google.gson.JsonElement> ops, DataMapType<T, A> attachmentType, ResourceKey<Registry<T>> registryKey, List<Resource> resources)