Uses of Record Class
net.minecraft.world.level.storage.loot.functions.CopyNbtFunction.Path
-
Uses of CopyNbtFunction.Path in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate final CopyNbtFunction.Path
CopyNbtFunction.CopyOperation.sourcePath
The field for thesourcePath
record component.private final CopyNbtFunction.Path
CopyNbtFunction.CopyOperation.targetPath
The field for thetargetPath
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopyNbtFunction.Path>
CopyNbtFunction.Path.CODEC
Modifier and TypeMethodDescriptionstatic CopyNbtFunction.Path
CopyNbtFunction.CopyOperation.sourcePath()
Returns the value of thesourcePath
record component.CopyNbtFunction.CopyOperation.targetPath()
Returns the value of thetargetPath
record component.ModifierConstructorDescription(package private)
CopyOperation
(CopyNbtFunction.Path sourcePath, CopyNbtFunction.Path targetPath, CopyNbtFunction.MergeStrategy op) Creates an instance of aCopyOperation
record class.