Package net.minecraft.commands.arguments
Interface NbtPathArgument.Node
- All Known Implementing Classes:
- NbtPathArgument.AllElementsNode,- NbtPathArgument.CompoundChildNode,- NbtPathArgument.IndexedElementNode,- NbtPathArgument.MatchElementNode,- NbtPathArgument.MatchObjectNode,- NbtPathArgument.MatchRootObjectNode
- Enclosing class:
- NbtPathArgument
static interface NbtPathArgument.Node
- 
Method SummaryModifier and TypeMethodDescriptiongetOrCreate(List<Tag> p_99659_, Supplier<Tag> p_99660_) voidvoidintint
- 
Method Details- 
getTag
- 
getOrCreateTag
- 
createPreferredParentTagTag createPreferredParentTag()
- 
setTag
- 
removeTag
- 
get
- 
getOrCreate
- 
collect
 
-