Uses of Enum Class
net.minecraft.loot.function.CopyNbtLootFunction.Operator
-
Uses of CopyNbtLootFunction.Operator in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final CopyNbtLootFunction.Operator
CopyNbtLootFunction.Operation.operator
Modifier and TypeMethodDescriptionstatic CopyNbtLootFunction.Operator
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.Modifier and TypeMethodDescriptionCopyNbtLootFunction.Builder.withOperation
(String source, String target, CopyNbtLootFunction.Operator operator) ModifierConstructorDescription(package private)
Operation
(String sourcePath, String targetPath, CopyNbtLootFunction.Operator operator)