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> tagParser, RegistryOps<O> registryOps, DataComponentType<T> componentType) -
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> parent) -
Uses of RegistryOps in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as RegistryOpsModifier and TypeFieldDescriptionprivate static final RegistryOps<JsonElement> ClientboundLoginDisconnectPacket.OPS -
Uses of RegistryOps in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status declared as RegistryOpsModifier and TypeFieldDescriptionprivate static final RegistryOps<JsonElement> ClientboundStatusResponsePacket.OPS -
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> parent, HolderLookup.Provider lookupProvider) static <T> RegistryOps<T> RegistryOps.create(com.mojang.serialization.DynamicOps<T> parent, RegistryOps.RegistryInfoLookup lookupProvider) <U> RegistryOps<U> RegistryOps.withParent(com.mojang.serialization.DynamicOps<U> parent) Methods in net.minecraft.resources with parameters of type RegistryOpsModifier and TypeMethodDescriptionstatic <T> com.mojang.datafixers.util.Either<T, Exception> RegistryLoadTask.PendingRegistration.findAndLoadFromResource(com.mojang.serialization.Decoder<T> elementDecoder, RegistryOps<JsonElement> ops, ResourceKey<T> elementKey, FileToIdConverter converter, ResourceProvider resourceProvider) static <T> com.mojang.datafixers.util.Either<T, Exception> RegistryLoadTask.PendingRegistration.loadFromNetwork(com.mojang.serialization.Decoder<T> elementDecoder, RegistryOps<Tag> ops, ResourceKey<T> elementKey, Tag contents) static <T> com.mojang.datafixers.util.Either<T, Exception> RegistryLoadTask.PendingRegistration.loadFromResource(com.mojang.serialization.Decoder<T> elementDecoder, RegistryOps<JsonElement> ops, ResourceKey<T> elementKey, Resource thunk) 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 extends Validatable>
CompletableFuture<WritableRegistry<?>> ReloadableServerRegistries.scheduleRegistryLoad(LootDataType<T> type, RegistryOps<JsonElement> ops, ResourceManager manager, Executor taskExecutor) -
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> parent) -
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>
CompoundTagSavedDataStorage.encodeUnchecked(SavedDataType<T> type, SavedData data, RegistryOps<Tag> ops) -
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)