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.MergeStrategyCopyNbtFunction.CopyOperation.opMethods in net.minecraft.world.level.storage.loot.functions that return CopyNbtFunction.MergeStrategyModifier and TypeMethodDescriptionReturns 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(String p_80294_, String p_80295_, CopyNbtFunction.MergeStrategy p_80296_)