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.MergeStrategy
CopyCustomDataFunction.CopyOperation.op
The field for theop
record 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.CODEC
Methods in net.minecraft.world.level.storage.loot.functions that return CopyCustomDataFunction.MergeStrategyModifier and TypeMethodDescriptionCopyCustomDataFunction.CopyOperation.op()
Returns the value of theop
record 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 p_331086_, String p_331216_, CopyCustomDataFunction.MergeStrategy p_331878_) 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 aCopyOperation
record class.