java.lang.Object
at.syntaxerror.syntaxnbt.path.PathNode
at.syntaxerror.syntaxnbt.path.PathNodeSubList
- Author:
- SyntaxError404
-
Constructor Summary
ConstructorsConstructorDescriptionPathNodeSubList(String name, List<Optional<Integer>> indices, TagCompound tag) Constructs a new Sub-List/Array path for Named List Tag -
Method Summary
-
Constructor Details
-
PathNodeSubList
Constructs a new Sub-List/Array path for Named List Tag- Parameters:
name- name of the list tagindices- list of indicestag- final tag to search for (optional)
-
-
Method Details
-
traverseSelf
Description copied from class:PathNodeTraverse through the tag's tree structure and return the matching tags. This does not respect thenext node- Specified by:
traverseSelfin classPathNode- Parameters:
tag- tag to traverse through- Returns:
- the matching tags
-
stringify
Description copied from class:PathNodeStringifies only this node, without respecting thenext node
-