Uses of Class
net.minecraft.command.arguments.NBTPathArgument.NBTPath
Package
Description
-
Uses of NBTPathArgument.NBTPath in net.minecraft.command.arguments
Modifier and TypeMethodDescriptionstatic NBTPathArgument.NBTPath
NBTPathArgument.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
Modifier and TypeMethodDescriptionprivate 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_, IntFunction<INBT> p_198397_3_, boolean p_198397_4_) -
Uses of NBTPathArgument.NBTPath in net.minecraft.command.impl.data
Modifier and TypeMethodDescriptionprivate 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_) 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 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_, 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_, 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
Modifier and TypeFieldDescriptionprivate final NBTPathArgument.NBTPath
CopyNbt.Operation.sourcePath
private final NBTPathArgument.NBTPath
CopyNbt.Operation.targetPath
Modifier and TypeMethodDescriptionprivate static NBTPathArgument.NBTPath
CopyNbt.compileNbtPath
(String p_215880_0_) Modifier and TypeMethodDescriptionabstract void
CopyNbt.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
Modifier and TypeFieldDescriptionprotected final NBTPathArgument.NBTPath
NBTTextComponent.compiledNbtPath
Modifier and TypeMethodDescriptionprivate static NBTPathArgument.NBTPath
NBTTextComponent.compileNbtPath
(String p_218672_0_) ModifierConstructorDescriptionprivate
Block
(String p_i51295_1_, NBTPathArgument.NBTPath p_i51295_2_, boolean p_i51295_3_, String p_i51295_4_, ILocationArgument p_i51295_5_) private
Entity
(String p_i51293_1_, NBTPathArgument.NBTPath p_i51293_2_, boolean p_i51293_3_, String p_i51293_4_, EntitySelector p_i51293_5_) protected
NBTTextComponent
(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_)