Uses of Record Class
net.minecraft.loot.function.CopyNbtLootFunction.Path
Packages that use CopyNbtLootFunction.Path
-
Uses of CopyNbtLootFunction.Path in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as CopyNbtLootFunction.PathModifier and TypeFieldDescriptionprivate final CopyNbtLootFunction.PathCopyNbtLootFunction.Operation.parsedSourcePathThe field for theparsedSourcePathrecord component.private final CopyNbtLootFunction.PathCopyNbtLootFunction.Operation.parsedTargetPathThe field for theparsedTargetPathrecord component.Fields in net.minecraft.loot.function with type parameters of type CopyNbtLootFunction.PathModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtLootFunction.Path>CopyNbtLootFunction.Path.CODECMethods in net.minecraft.loot.function that return CopyNbtLootFunction.PathModifier and TypeMethodDescriptionstatic CopyNbtLootFunction.PathCopyNbtLootFunction.Operation.parsedSourcePath()Returns the value of theparsedSourcePathrecord component.CopyNbtLootFunction.Operation.parsedTargetPath()Returns the value of theparsedTargetPathrecord component.Constructors in net.minecraft.loot.function with parameters of type CopyNbtLootFunction.PathModifierConstructorDescription(package private)Operation(CopyNbtLootFunction.Path path, CopyNbtLootFunction.Path path2, CopyNbtLootFunction.Operator operator)