java.lang.Object
at.syntaxerror.syntaxnbt.path.PathNode
at.syntaxerror.syntaxnbt.path.PathNodeRoot
An NBT path node specifying a root Compound Tag
- Author:
- SyntaxError404
-
Constructor Details
-
PathNodeRoot
Constructs a new "Root Compound Tag" path- Parameters:
tag- tag to search for
-
-
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
-