static interface NbtPathArgumentType.PathNode
Modifier and Type | Method and 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) |