Uses of Enum Class
net.minecraft.world.level.storage.loot.functions.CopyNbtFunction.MergeStrategy
-
Uses of CopyNbtFunction.MergeStrategy in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate final CopyNbtFunction.MergeStrategy
CopyNbtFunction.CopyOperation.op
The field for theop
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtFunction.MergeStrategy>
CopyNbtFunction.MergeStrategy.CODEC
Modifier and TypeMethodDescriptionCopyNbtFunction.CopyOperation.op()
Returns the value of theop
record 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.Modifier and TypeMethodDescriptionCopyNbtFunction.Builder.copy
(String p_80283_, String p_80284_, CopyNbtFunction.MergeStrategy p_80285_) ModifierConstructorDescription(package private)
CopyOperation
(CopyNbtFunction.Path sourcePath, CopyNbtFunction.Path targetPath, CopyNbtFunction.MergeStrategy op) Creates an instance of aCopyOperation
record class.