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 Summary
Modifier and TypeMethodDescriptiongetOrCreate(List<Tag> p_99659_, Supplier<Tag> p_99660_) voidvoidintint 
- 
Method Details
- 
getTag
 - 
getOrCreateTag
 - 
createPreferredParentTag
Tag createPreferredParentTag() - 
setTag
 - 
removeTag
 - 
get
 - 
getOrCreate
 - 
collect
 
 -