Uses of Class
net.minecraft.resources.RegistryOps
Packages that use RegistryOps
Package
Description
- 
Uses of RegistryOps in net.minecraft.network.protocol.configurationFields in net.minecraft.network.protocol.configuration declared as RegistryOpsModifier and TypeFieldDescriptionprivate static final RegistryOps<Tag>ClientboundRegistryDataPacket.BUILTIN_CONTEXT_OPS
- 
Uses of RegistryOps in net.minecraft.resourcesMethods 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_) Constructors in net.minecraft.resources with parameters of type RegistryOps
- 
Uses of RegistryOps in net.neoforged.neoforge.common.conditionsSubclasses of RegistryOps in net.neoforged.neoforge.common.conditionsModifier and TypeClassDescriptionclassExtension ofRegistryOpsthat also encapsulates aICondition.IContext.Methods in net.neoforged.neoforge.common.conditions with parameters of type RegistryOpsModifier and TypeMethodDescriptionstatic <T> ConditionalOps<T>ConditionalOps.create(RegistryOps<T> ops, ICondition.IContext context) Constructors in net.neoforged.neoforge.common.conditions with parameters of type RegistryOpsModifierConstructorDescriptionprivateConditionalOps(RegistryOps<T> ops, ICondition.IContext context) 
- 
Uses of RegistryOps in net.neoforged.neoforge.registriesMethods 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)