java.lang.Object
at.syntaxerror.syntaxnbt.path.PathNode
at.syntaxerror.syntaxnbt.path.PathNodeList
An NBT path node specifying all elements of a Named List or Array Tag
- Author:
- SyntaxError404
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedinternal use onlyPathNodeList(String name) Constructs a new "All Elements of Named List or Array Tag" path -
Method Summary
-
Constructor Details
-
PathNodeList
Constructs a new "All Elements of Named List or Array Tag" path- Parameters:
name- name of the list/array tag
-
PathNodeList
protected PathNodeList()internal use only
-
-
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
-