java.lang.Object
at.syntaxerror.syntaxnbt.path.PathNode
at.syntaxerror.syntaxnbt.path.PathNodeNamed
An NBT path node specifying a Named Tag
- Author:
- SyntaxError404
-
Constructor Details
-
PathNodeNamed
Constructs a new "Named Tag" path- Parameters:
name- name of the tag
-
-
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:
target- tag to traverse through- Returns:
- the matching tags
-
stringify
Description copied from class:PathNodeStringifies only this node, without respecting thenext node
-