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.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as CopyNbtFunction.MergeStrategyModifier and TypeFieldDescriptionprivate final CopyNbtFunction.MergeStrategy
CopyNbtFunction.CopyOperation.op
The field for theop
record 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.CODEC
Methods in net.minecraft.world.level.storage.loot.functions that return CopyNbtFunction.MergeStrategyModifier 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.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 aCopyOperation
record class.