Interface NbtPathArgument.Node
- All Known Implementing Classes:
NbtPathArgument.AllElementsNode, NbtPathArgument.CompoundChildNode, NbtPathArgument.IndexedElementNode, NbtPathArgument.MatchElementNode, NbtPathArgument.MatchObjectNode, NbtPathArgument.MatchRootObjectNode
- Enclosing class:
NbtPathArgument
private static interface NbtPathArgument.Node
-
Method Summary
Modifier and TypeMethodDescriptiongetOrCreate(List<Tag> tags, Supplier<Tag> child) voidvoidintint
-
Method Details
-
getTag
-
getOrCreateTag
-
createPreferredParentTag
Tag createPreferredParentTag() -
setTag
-
removeTag
-
get
-
getOrCreate
-
collect
-