Uses of Enum Class
net.minecraft.world.level.storage.loot.functions.CopyCustomDataFunction.MergeStrategy
Packages that use CopyCustomDataFunction.MergeStrategy
-
Uses of CopyCustomDataFunction.MergeStrategy in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as CopyCustomDataFunction.MergeStrategyModifier and TypeFieldDescriptionprivate final CopyCustomDataFunction.MergeStrategyCopyCustomDataFunction.CopyOperation.opThe field for theoprecord component.Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type CopyCustomDataFunction.MergeStrategyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyCustomDataFunction.MergeStrategy> CopyCustomDataFunction.MergeStrategy.CODECMethods in net.minecraft.world.level.storage.loot.functions that return CopyCustomDataFunction.MergeStrategyModifier and TypeMethodDescriptionCopyCustomDataFunction.CopyOperation.op()Returns the value of theoprecord component.Returns the enum constant of this class with the specified name.static CopyCustomDataFunction.MergeStrategy[]CopyCustomDataFunction.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 CopyCustomDataFunction.MergeStrategyModifier and TypeMethodDescriptionCopyCustomDataFunction.Builder.copy(String sourceKey, String destinationKey, CopyCustomDataFunction.MergeStrategy mergeStrategy) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type CopyCustomDataFunction.MergeStrategyModifierConstructorDescription(package private)CopyOperation(NbtPathArgument.NbtPath sourcePath, NbtPathArgument.NbtPath targetPath, CopyCustomDataFunction.MergeStrategy op) Creates an instance of aCopyOperationrecord class.