Uses of Class
net.minecraft.command.arguments.NBTPathArgument.NBTPath
-
Packages that use NBTPathArgument.NBTPath Package Description net.minecraft.command.arguments net.minecraft.command.impl net.minecraft.command.impl.data net.minecraft.loot.functions net.minecraft.util.text -
-
Uses of NBTPathArgument.NBTPath in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return NBTPathArgument.NBTPath Modifier and Type Method Description static NBTPathArgument.NBTPath
NBTPathArgument. getPath(com.mojang.brigadier.context.CommandContext<CommandSource> p_197148_0_, java.lang.String p_197148_1_)
NBTPathArgument.NBTPath
NBTPathArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
-
Uses of NBTPathArgument.NBTPath in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type NBTPathArgument.NBTPath Modifier and Type Method Description private static int
ExecuteCommand. checkMatchingData(IDataAccessor p_218831_0_, NBTPathArgument.NBTPath p_218831_1_)
private static CommandSource
ExecuteCommand. storeData(CommandSource p_198397_0_, IDataAccessor p_198397_1_, NBTPathArgument.NBTPath p_198397_2_, java.util.function.IntFunction<INBT> p_198397_3_, boolean p_198397_4_)
-
Uses of NBTPathArgument.NBTPath in net.minecraft.command.impl.data
Methods in net.minecraft.command.impl.data with parameters of type NBTPathArgument.NBTPath Modifier and Type Method Description private static int
DataCommand. getData(CommandSource p_201228_0_, IDataAccessor p_201228_1_, NBTPathArgument.NBTPath p_201228_2_)
private static int
DataCommand. getNumeric(CommandSource p_198938_0_, IDataAccessor p_198938_1_, NBTPathArgument.NBTPath p_198938_2_, double p_198938_3_)
ITextComponent
BlockDataAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)
ITextComponent
EntityDataAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)
ITextComponent
IDataAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)
ITextComponent
StorageAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)
private static INBT
DataCommand. getSingleTag(NBTPathArgument.NBTPath p_218928_0_, IDataAccessor p_218928_1_)
private static int
DataCommand. insertAtIndex(int p_218944_0_, CompoundNBT p_218944_1_, NBTPathArgument.NBTPath p_218944_2_, java.util.List<INBT> p_218944_3_)
int
DataCommand.IModificationType. modify(com.mojang.brigadier.context.CommandContext<CommandSource> p_modify_1_, CompoundNBT p_modify_2_, NBTPathArgument.NBTPath p_modify_3_, java.util.List<INBT> p_modify_4_)
private static int
DataCommand. removeData(CommandSource p_198942_0_, IDataAccessor p_198942_1_, NBTPathArgument.NBTPath p_198942_2_)
-
Uses of NBTPathArgument.NBTPath in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as NBTPathArgument.NBTPath Modifier and Type Field Description private NBTPathArgument.NBTPath
CopyNbt.Operation. sourcePath
private NBTPathArgument.NBTPath
CopyNbt.Operation. targetPath
Methods in net.minecraft.loot.functions that return NBTPathArgument.NBTPath Modifier and Type Method Description private static NBTPathArgument.NBTPath
CopyNbt. compileNbtPath(java.lang.String p_215880_0_)
Methods in net.minecraft.loot.functions with parameters of type NBTPathArgument.NBTPath Modifier and Type Method Description abstract void
CopyNbt.Action. merge(INBT p_216227_1_, NBTPathArgument.NBTPath p_216227_2_, java.util.List<INBT> p_216227_3_)
-
Uses of NBTPathArgument.NBTPath in net.minecraft.util.text
Fields in net.minecraft.util.text declared as NBTPathArgument.NBTPath Modifier and Type Field Description protected NBTPathArgument.NBTPath
NBTTextComponent. compiledNbtPath
Methods in net.minecraft.util.text that return NBTPathArgument.NBTPath Modifier and Type Method Description private static NBTPathArgument.NBTPath
NBTTextComponent. compileNbtPath(java.lang.String p_218672_0_)
Constructors in net.minecraft.util.text with parameters of type NBTPathArgument.NBTPath Constructor Description Block(java.lang.String p_i51295_1_, NBTPathArgument.NBTPath p_i51295_2_, boolean p_i51295_3_, java.lang.String p_i51295_4_, ILocationArgument p_i51295_5_)
Entity(java.lang.String p_i51293_1_, NBTPathArgument.NBTPath p_i51293_2_, boolean p_i51293_3_, java.lang.String p_i51293_4_, EntitySelector p_i51293_5_)
NBTTextComponent(java.lang.String p_i50782_1_, NBTPathArgument.NBTPath p_i50782_2_, boolean p_i50782_3_)
Storage(java.lang.String p_i226086_1_, NBTPathArgument.NBTPath p_i226086_2_, boolean p_i226086_3_, ResourceLocation p_i226086_4_)
-