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.NBTPathNBTPathArgument. getPath(com.mojang.brigadier.context.CommandContext<CommandSource> p_197148_0_, java.lang.String p_197148_1_)NBTPathArgument.NBTPathNBTPathArgument. 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 intExecuteCommand. checkMatchingData(IDataAccessor p_218831_0_, NBTPathArgument.NBTPath p_218831_1_)private static CommandSourceExecuteCommand. 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 intDataCommand. getData(CommandSource p_201228_0_, IDataAccessor p_201228_1_, NBTPathArgument.NBTPath p_201228_2_)private static intDataCommand. getNumeric(CommandSource p_198938_0_, IDataAccessor p_198938_1_, NBTPathArgument.NBTPath p_198938_2_, double p_198938_3_)ITextComponentBlockDataAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)ITextComponentEntityDataAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)ITextComponentIDataAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)ITextComponentStorageAccessor. getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)private static INBTDataCommand. getSingleTag(NBTPathArgument.NBTPath p_218928_0_, IDataAccessor p_218928_1_)private static intDataCommand. insertAtIndex(int p_218944_0_, CompoundNBT p_218944_1_, NBTPathArgument.NBTPath p_218944_2_, java.util.List<INBT> p_218944_3_)intDataCommand.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 intDataCommand. 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.NBTPathCopyNbt.Operation. sourcePathprivate NBTPathArgument.NBTPathCopyNbt.Operation. targetPathMethods in net.minecraft.loot.functions that return NBTPathArgument.NBTPath Modifier and Type Method Description private static NBTPathArgument.NBTPathCopyNbt. 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 voidCopyNbt.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.NBTPathNBTTextComponent. compiledNbtPathMethods in net.minecraft.util.text that return NBTPathArgument.NBTPath Modifier and Type Method Description private static NBTPathArgument.NBTPathNBTTextComponent. 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_)
-