Package net.minecraft.command.argument
Interface NbtPathArgumentType.PathNode
- All Known Implementing Classes:
NbtPathArgumentType.AllListElementNode,NbtPathArgumentType.FilteredListElementNode,NbtPathArgumentType.FilteredNamedNode,NbtPathArgumentType.FilteredRootNode,NbtPathArgumentType.IndexedListElementNode,NbtPathArgumentType.NamedNode
- Enclosing class:
- NbtPathArgumentType
static interface NbtPathArgumentType.PathNode
-
Method Summary
Modifier and Type Method Description intclear(Tag current)default List<Tag>get(List<Tag> tags)voidget(Tag current, List<Tag> results)default List<Tag>getOrInit(List<Tag> tags, Supplier<Tag> supplier)voidgetOrInit(Tag current, Supplier<Tag> source, List<Tag> results)Taginit()default List<Tag>process(List<Tag> tags, BiConsumer<Tag,List<Tag>> action)intset(Tag current, Supplier<Tag> source)
-
Method Details
-
get
-
getOrInit
-
init
Tag init() -
set
-
clear
-
get
-
getOrInit
-
process
-