Uses of Class
net.minecraft.loot.function.CopyNbtLootFunction.Operator
| Package | Description |
|---|---|
| net.minecraft.loot.function |
-
Uses of CopyNbtLootFunction.Operator in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as CopyNbtLootFunction.Operator Modifier and Type Field Description private CopyNbtLootFunction.OperatorCopyNbtLootFunction.Operation. operatorMethods in net.minecraft.loot.function that return CopyNbtLootFunction.Operator Modifier and Type Method Description static CopyNbtLootFunction.OperatorCopyNbtLootFunction.Operator. get(String name)static CopyNbtLootFunction.OperatorCopyNbtLootFunction.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static CopyNbtLootFunction.Operator[]CopyNbtLootFunction.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.loot.function with parameters of type CopyNbtLootFunction.Operator Modifier and Type Method Description CopyNbtLootFunction.BuilderCopyNbtLootFunction.Builder. withOperation(String source, String target, CopyNbtLootFunction.Operator operator)Constructors in net.minecraft.loot.function with parameters of type CopyNbtLootFunction.Operator Constructor Description Operation(String source, String target, CopyNbtLootFunction.Operator operator)