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 RegistryOpsMethods in net.minecraft.commands.arguments.item with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate <T,
O> void ItemParser.State.readComponent
(TagParser<O> p_409583_, RegistryOps<O> p_400265_, DataComponentType<T> p_335594_) -
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.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> void
RegistryDataLoader.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.scheduleRegistryLoad
(LootDataType<T> p_335741_, RegistryOps<com.google.gson.JsonElement> p_336173_, ResourceManager p_335893_, Executor p_336104_) -
Uses of RegistryOps in net.minecraft.util
Methods in net.minecraft.util that return RegistryOpsModifier and TypeMethodDescription<V> RegistryOps
<V> PlaceholderLookupProvider.createSerializationContext
(com.mojang.serialization.DynamicOps<V> p_399673_) -
Uses of RegistryOps in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate <T extends SavedData>
CompoundTagDimensionDataStorage.encodeUnchecked
(SavedDataType<T> p_401078_, SavedData p_401244_, RegistryOps<Tag> p_401357_) -
Uses of RegistryOps in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type RegistryOpsModifier and TypeMethodDescriptionstatic HolderLookup.Provider
CommonHooks.extractLookupProvider
(RegistryOps<?> ops) Extracts aHolderLookup.Provider
from the givenops
, if possible. -
Uses of RegistryOps in net.neoforged.neoforge.common.conditions
Subclasses of RegistryOps in net.neoforged.neoforge.common.conditionsModifier and TypeClassDescriptionclass
Extension ofRegistryOps
that 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)