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> pTagParser, RegistryOps<O> pOps, DataComponentType<T> pComponentType) -
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> pOps) -
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> pDelegate, HolderLookup.Provider pRegistries) static <T> RegistryOps<T> RegistryOps.create(com.mojang.serialization.DynamicOps<T> pDelegate, RegistryOps.RegistryInfoLookup pLookupProvider) <U> RegistryOps<U> RegistryOps.withParent(com.mojang.serialization.DynamicOps<U> pOps) Methods in net.minecraft.resources with parameters of type RegistryOpsModifier and TypeMethodDescriptionprivate static <E> voidRegistryDataLoader.loadElementFromResource(WritableRegistry<E> pRegistry, com.mojang.serialization.Decoder<E> pCodec, RegistryOps<JsonElement> pOps, ResourceKey<E> pResourceKey, Resource pResource, RegistrationInfo pRegistrationInfo) 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> pLootDataType, RegistryOps<JsonElement> pOps, ResourceManager pResourceManager, Executor pBackgroundExecutor) -
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> pOps) -
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> pType, SavedData pData, RegistryOps<Tag> pOps) -
Uses of RegistryOps in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type RegistryOpsModifier and TypeMethodDescriptionstatic HolderLookup.ProviderCommonHooks.extractLookupProvider(RegistryOps<?> ops) Extracts aHolderLookup.Providerfrom the givenops, if possible. -
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<JsonElement> ops, DataMapType<T, A> attachmentType, ResourceKey<Registry<T>> registryKey, List<Resource> resources)