Uses of Enum Class
net.minecraft.world.level.storage.loot.functions.CopyNbtFunction.MergeStrategy
Packages that use CopyNbtFunction.MergeStrategy
- 
Uses of CopyNbtFunction.MergeStrategy in net.minecraft.world.level.storage.loot.functionsFields in net.minecraft.world.level.storage.loot.functions declared as CopyNbtFunction.MergeStrategyModifier and TypeFieldDescriptionprivate final CopyNbtFunction.MergeStrategyCopyNbtFunction.CopyOperation.opThe field for theoprecord component.Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type CopyNbtFunction.MergeStrategyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtFunction.MergeStrategy>CopyNbtFunction.MergeStrategy.CODECMethods in net.minecraft.world.level.storage.loot.functions that return CopyNbtFunction.MergeStrategyModifier and TypeMethodDescriptionCopyNbtFunction.CopyOperation.op()Returns the value of theoprecord component.Returns the enum constant of this class with the specified name.static CopyNbtFunction.MergeStrategy[]CopyNbtFunction.MergeStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type CopyNbtFunction.MergeStrategyModifier and TypeMethodDescriptionCopyNbtFunction.Builder.copy(String p_80283_, String p_80284_, CopyNbtFunction.MergeStrategy p_80285_) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type CopyNbtFunction.MergeStrategyModifierConstructorDescription(package private)CopyOperation(CopyNbtFunction.Path sourcePath, CopyNbtFunction.Path targetPath, CopyNbtFunction.MergeStrategy op) Creates an instance of aCopyOperationrecord class.