Uses of Enum Class
net.minecraft.loot.function.CopyNbtLootFunction.Operator
Packages that use CopyNbtLootFunction.Operator
-
Uses of CopyNbtLootFunction.Operator in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as CopyNbtLootFunction.OperatorModifier and TypeFieldDescriptionprivate final CopyNbtLootFunction.Operator
CopyNbtLootFunction.Operation.operator
The field for theoperator
record component.Fields in net.minecraft.loot.function with type parameters of type CopyNbtLootFunction.OperatorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CopyNbtLootFunction.Operator> CopyNbtLootFunction.Operator.CODEC
Methods in net.minecraft.loot.function that return CopyNbtLootFunction.OperatorModifier and TypeMethodDescriptionCopyNbtLootFunction.Operation.operator()
Returns the value of theoperator
record component.static CopyNbtLootFunction.Operator
Returns the enum constant of this class with the specified name.static CopyNbtLootFunction.Operator[]
CopyNbtLootFunction.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.loot.function with parameters of type CopyNbtLootFunction.OperatorModifier and TypeMethodDescriptionCopyNbtLootFunction.Builder.withOperation
(String source, String target, CopyNbtLootFunction.Operator operator) Constructors in net.minecraft.loot.function with parameters of type CopyNbtLootFunction.OperatorModifierConstructorDescription(package private)
Operation
(NbtPathArgumentType.NbtPath nbtPath, NbtPathArgumentType.NbtPath nbtPath2, CopyNbtLootFunction.Operator operator)