Class RootNode
java.lang.Object
net.kyori.adventure.text.minimessage.internal.parser.node.ElementNode
net.kyori.adventure.text.minimessage.internal.parser.node.RootNode
Represents the root node of a tree.
- Since:
- 4.10.0
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.kyori.adventure.text.minimessage.internal.parser.node.ElementNode
addChild, buildToString, children, parent, sourceMessage, token, toString, unsafeChildren
-
Constructor Details
-
RootNode
Creates a new root node.- Parameters:
sourceMessage- the source messagebeforePreprocessing- the source message before handling preProcess tags- Since:
- 4.10.0
-
-
Method Details