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.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as CopyNbtFunction.PathModifier 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.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.CODEC
Methods in net.minecraft.world.level.storage.loot.functions that return CopyNbtFunction.PathModifier and TypeMethodDescriptionstatic CopyNbtFunction.Path
CopyNbtFunction.CopyOperation.sourcePath()
Returns the value of thesourcePath
record component.CopyNbtFunction.CopyOperation.targetPath()
Returns the value of thetargetPath
record 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 aCopyOperation
record class.