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