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 int
clear(Tag current)
default List<Tag>
get(List<Tag> tags)
void
get(Tag current, List<Tag> results)
default List<Tag>
getOrInit(List<Tag> tags, Supplier<Tag> supplier)
void
getOrInit(Tag current, Supplier<Tag> source, List<Tag> results)
Tag
init()
default List<Tag>
process(List<Tag> tags, BiConsumer<Tag,List<Tag>> action)
int
set(Tag current, Supplier<Tag> source)
-
Method Details
-
get
-
getOrInit
-
init
Tag init() -
set
-
clear
-
get
-
getOrInit
-
process
-