Uses of Class
net.minecraft.command.arguments.NBTPathArgument.NBTPath
Packages that use NBTPathArgument.NBTPath
Package
Description
-
Uses of NBTPathArgument.NBTPath in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return NBTPathArgument.NBTPathModifier and TypeMethodDescriptionstatic NBTPathArgument.NBTPathNBTPathArgument.getPath(com.mojang.brigadier.context.CommandContext<CommandSource> p_197148_0_, String p_197148_1_) 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.NBTPathModifier and TypeMethodDescriptionprivate 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_, 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.NBTPathModifier and TypeMethodDescriptionprivate 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_) BlockDataAccessor.getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_) EntityDataAccessor.getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_) IDataAccessor.getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_) StorageAccessor.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_, 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_, 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.NBTPathModifier and TypeFieldDescriptionprivate final NBTPathArgument.NBTPathCopyNbt.Operation.sourcePathprivate final NBTPathArgument.NBTPathCopyNbt.Operation.targetPathMethods in net.minecraft.loot.functions that return NBTPathArgument.NBTPathModifier and TypeMethodDescriptionprivate static NBTPathArgument.NBTPathCopyNbt.compileNbtPath(String p_215880_0_) Methods in net.minecraft.loot.functions with parameters of type NBTPathArgument.NBTPathModifier and TypeMethodDescriptionabstract voidCopyNbt.Action.merge(INBT p_216227_1_, NBTPathArgument.NBTPath p_216227_2_, List<INBT> p_216227_3_) -
Uses of NBTPathArgument.NBTPath in net.minecraft.util.text
Fields in net.minecraft.util.text declared as NBTPathArgument.NBTPathModifier and TypeFieldDescriptionprotected final NBTPathArgument.NBTPathNBTTextComponent.compiledNbtPathMethods in net.minecraft.util.text that return NBTPathArgument.NBTPathModifier and TypeMethodDescriptionprivate static NBTPathArgument.NBTPathNBTTextComponent.compileNbtPath(String p_218672_0_) Constructors in net.minecraft.util.text with parameters of type NBTPathArgument.NBTPathModifierConstructorDescriptionprivateBlock(String p_i51295_1_, NBTPathArgument.NBTPath p_i51295_2_, boolean p_i51295_3_, String p_i51295_4_, ILocationArgument p_i51295_5_) privateEntity(String p_i51293_1_, NBTPathArgument.NBTPath p_i51293_2_, boolean p_i51293_3_, String p_i51293_4_, EntitySelector p_i51293_5_) protectedNBTTextComponent(String p_i50782_1_, NBTPathArgument.NBTPath p_i50782_2_, boolean p_i50782_3_) Storage(String p_i226086_1_, NBTPathArgument.NBTPath p_i226086_2_, boolean p_i226086_3_, ResourceLocation p_i226086_4_)