Uses of Class
net.minecraft.commands.arguments.NbtPathArgument.NbtPath
Packages that use NbtPathArgument.NbtPath
Package
Description
-
Uses of NbtPathArgument.NbtPath in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments with type parameters of type NbtPathArgument.NbtPathModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NbtPathArgument.NbtPath> NbtPathArgument.NbtPath.CODECMethods in net.minecraft.commands.arguments that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionstatic NbtPathArgument.NbtPathNbtPathArgument.getPath(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_99499_, String p_99500_) static NbtPathArgument.NbtPathNbtPathArgument.parse(com.mojang.brigadier.StringReader p_99491_) -
Uses of NbtPathArgument.NbtPath in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as NbtPathArgument.NbtPathModifier and TypeFieldDescriptionprotected final NbtPathArgument.NbtPathNbtContents.compiledNbtPathMethods in net.minecraft.network.chat.contents that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionprivate static NbtPathArgument.NbtPathNbtContents.compileNbtPath(String p_237410_) Constructors in net.minecraft.network.chat.contents with parameters of type NbtPathArgument.NbtPathModifierConstructorDescriptionprivateNbtContents(String p_237389_, NbtPathArgument.NbtPath p_237390_, boolean p_237391_, Optional<Component> p_237392_, DataSource p_237393_) -
Uses of NbtPathArgument.NbtPath in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionprivate static intExecuteCommand.checkMatchingData(DataAccessor p_137146_, NbtPathArgument.NbtPath p_137147_) (package private) static CompoundTagFunctionCommand.getArgumentTag(NbtPathArgument.NbtPath p_295114_, DataAccessor p_296132_) private static CommandSourceStackExecuteCommand.storeData(CommandSourceStack p_137118_, DataAccessor p_137119_, NbtPathArgument.NbtPath p_137120_, IntFunction<Tag> p_137121_, boolean p_137122_) -
Uses of NbtPathArgument.NbtPath in net.minecraft.server.commands.data
Methods in net.minecraft.server.commands.data with parameters of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionprivate static intDataCommands.getData(CommandSourceStack p_139444_, DataAccessor p_139445_, NbtPathArgument.NbtPath p_139446_) private static intDataCommands.getNumeric(CommandSourceStack p_139390_, DataAccessor p_139391_, NbtPathArgument.NbtPath p_139392_, double p_139393_) BlockDataAccessor.getPrintSuccess(NbtPathArgument.NbtPath p_139301_, double p_139302_, int p_139303_) DataAccessor.getPrintSuccess(NbtPathArgument.NbtPath p_139320_, double p_139321_, int p_139322_) EntityDataAccessor.getPrintSuccess(NbtPathArgument.NbtPath p_139513_, double p_139514_, int p_139515_) StorageDataAccessor.getPrintSuccess(NbtPathArgument.NbtPath p_139550_, double p_139551_, int p_139552_) static TagDataCommands.getSingleTag(NbtPathArgument.NbtPath p_139399_, DataAccessor p_139400_) intDataCommands.DataManipulator.modify(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139496_, CompoundTag p_139497_, NbtPathArgument.NbtPath p_139498_, List<Tag> p_139499_) private static intDataCommands.removeData(CommandSourceStack p_139386_, DataAccessor p_139387_, NbtPathArgument.NbtPath p_139388_) -
Uses of NbtPathArgument.NbtPath in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as NbtPathArgument.NbtPathModifier and TypeFieldDescriptionprivate final NbtPathArgument.NbtPathCopyCustomDataFunction.CopyOperation.sourcePathThe field for thesourcePathrecord component.private final NbtPathArgument.NbtPathCopyCustomDataFunction.CopyOperation.targetPathThe field for thetargetPathrecord component.Methods in net.minecraft.world.level.storage.loot.functions that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionCopyCustomDataFunction.CopyOperation.sourcePath()Returns the value of thesourcePathrecord component.CopyCustomDataFunction.CopyOperation.targetPath()Returns the value of thetargetPathrecord component.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionabstract voidCopyCustomDataFunction.MergeStrategy.merge(Tag p_330558_, NbtPathArgument.NbtPath p_331810_, List<Tag> p_330953_) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type NbtPathArgument.NbtPathModifierConstructorDescription(package private)CopyOperation(NbtPathArgument.NbtPath sourcePath, NbtPathArgument.NbtPath targetPath, CopyCustomDataFunction.MergeStrategy op) Creates an instance of aCopyOperationrecord class. -
Uses of NbtPathArgument.NbtPath in net.minecraft.world.level.storage.loot.providers.number
Fields in net.minecraft.world.level.storage.loot.providers.number declared as NbtPathArgument.NbtPathModifier and TypeFieldDescriptionprivate final NbtPathArgument.NbtPathStorageValue.pathThe field for thepathrecord component.Methods in net.minecraft.world.level.storage.loot.providers.number that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionStorageValue.path()Returns the value of thepathrecord component.Constructors in net.minecraft.world.level.storage.loot.providers.number with parameters of type NbtPathArgument.NbtPathModifierConstructorDescriptionStorageValue(ResourceLocation storage, NbtPathArgument.NbtPath path) Creates an instance of aStorageValuerecord class.