java.lang.Object
at.syntaxerror.syntaxnbt.path.PathNode
at.syntaxerror.syntaxnbt.path.PathNodeListTag
An NBT path node specifying Compound Elements of a Named List Tag
- Author:
- SyntaxError404
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedinternal use onlyPathNodeListTag(String name, TagCompound tag) Constructs a new "Compound Elements of Named List Tag" path -
Method Summary
-
Constructor Details
-
PathNodeListTag
Constructs a new "Compound Elements of Named List Tag" path- Parameters:
name- name of the list/array tagtag- tag to search for
-
PathNodeListTag
internal use only- 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
-