Uses of Record Class
net.minecraft.world.level.storage.loot.functions.CopyNbtFunction.Path
Packages that use CopyNbtFunction.Path
- 
Uses of CopyNbtFunction.Path in net.minecraft.world.level.storage.loot.functionsFields in net.minecraft.world.level.storage.loot.functions declared as CopyNbtFunction.PathModifier and TypeFieldDescriptionprivate final CopyNbtFunction.PathCopyNbtFunction.CopyOperation.sourcePathThe field for thesourcePathrecord component.private final CopyNbtFunction.PathCopyNbtFunction.CopyOperation.targetPathThe field for thetargetPathrecord component.Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type CopyNbtFunction.PathModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtFunction.Path>CopyNbtFunction.Path.CODECMethods in net.minecraft.world.level.storage.loot.functions that return CopyNbtFunction.PathModifier and TypeMethodDescriptionstatic CopyNbtFunction.PathCopyNbtFunction.CopyOperation.sourcePath()Returns the value of thesourcePathrecord component.CopyNbtFunction.CopyOperation.targetPath()Returns the value of thetargetPathrecord component.Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type CopyNbtFunction.PathModifierConstructorDescription(package private)CopyOperation(CopyNbtFunction.Path sourcePath, CopyNbtFunction.Path targetPath, CopyNbtFunction.MergeStrategy op) Creates an instance of aCopyOperationrecord class.