Uses of Record Class
net.minecraft.loot.function.CopyNbtLootFunction.Path
-
Uses of CopyNbtLootFunction.Path in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final CopyNbtLootFunction.Path
CopyNbtLootFunction.Operation.parsedSourcePath
The field for theparsedSourcePath
record component.private final CopyNbtLootFunction.Path
CopyNbtLootFunction.Operation.parsedTargetPath
The field for theparsedTargetPath
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtLootFunction.Path>
CopyNbtLootFunction.Path.CODEC
Modifier and TypeMethodDescriptionstatic CopyNbtLootFunction.Path
CopyNbtLootFunction.Operation.parsedSourcePath()
Returns the value of theparsedSourcePath
record component.CopyNbtLootFunction.Operation.parsedTargetPath()
Returns the value of theparsedTargetPath
record component.ModifierConstructorDescription(package private)
Operation
(CopyNbtLootFunction.Path path, CopyNbtLootFunction.Path path2, CopyNbtLootFunction.Operator operator)