Uses of Class
net.minecraft.commands.arguments.NbtPathArgument.NbtPath
Package
Description
-
Uses of NbtPathArgument.NbtPath in net.minecraft.commands.arguments
Modifier and TypeMethodDescriptionstatic NbtPathArgument.NbtPath
NbtPathArgument.getPath(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_99499_, String p_99500_)
NbtPathArgument.parse(com.mojang.brigadier.StringReader p_99491_)
-
Uses of NbtPathArgument.NbtPath in net.minecraft.network.chat
Modifier and TypeMethodDescriptionprivate static NbtPathArgument.NbtPath
NbtComponent.compileNbtPath(String p_130978_)
ModifierConstructorDescriptionprivate
BlockNbtComponent(String p_178475_, NbtPathArgument.NbtPath p_178476_, boolean p_178477_, String p_178478_, Coordinates p_178479_, Optional<Component> p_178480_)
private
EntityNbtComponent(String p_178487_, NbtPathArgument.NbtPath p_178488_, boolean p_178489_, String p_178490_, EntitySelector p_178491_, Optional<Component> p_178492_)
protected
NbtComponent(String p_178449_, NbtPathArgument.NbtPath p_178450_, boolean p_178451_, Optional<Component> p_178452_)
StorageNbtComponent(String p_178499_, NbtPathArgument.NbtPath p_178500_, boolean p_178501_, ResourceLocation p_178502_, Optional<Component> p_178503_)
-
Uses of NbtPathArgument.NbtPath in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static int
ExecuteCommand.checkMatchingData(DataAccessor p_137146_, NbtPathArgument.NbtPath p_137147_)
private static CommandSourceStack
ExecuteCommand.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
Modifier and TypeMethodDescriptionprivate static int
DataCommands.getData(CommandSourceStack p_139444_, DataAccessor p_139445_, NbtPathArgument.NbtPath p_139446_)
private static int
DataCommands.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_)
private static Tag
DataCommands.getSingleTag(NbtPathArgument.NbtPath p_139399_, DataAccessor p_139400_)
private static int
DataCommands.insertAtIndex(int p_139361_, CompoundTag p_139362_, NbtPathArgument.NbtPath p_139363_, List<Tag> p_139364_)
int
DataCommands.DataManipulator.modify(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139496_, CompoundTag p_139497_, NbtPathArgument.NbtPath p_139498_, List<Tag> p_139499_)
private static int
DataCommands.removeData(CommandSourceStack p_139386_, DataAccessor p_139387_, NbtPathArgument.NbtPath p_139388_)
-
Uses of NbtPathArgument.NbtPath in net.minecraft.world.level.storage.loot.functions
Modifier and TypeFieldDescriptionprivate NbtPathArgument.NbtPath
CopyNbtFunction.CopyOperation.sourcePath
private NbtPathArgument.NbtPath
CopyNbtFunction.CopyOperation.targetPath
Modifier and TypeMethodDescription(package private) static NbtPathArgument.NbtPath
CopyNbtFunction.compileNbtPath(String p_80268_)
Modifier and TypeMethodDescriptionabstract void
CopyNbtFunction.MergeStrategy.merge(Tag p_80351_, NbtPathArgument.NbtPath p_80352_, List<Tag> p_80353_)