Interface Node.Root

All Superinterfaces:
Node
Enclosing interface:
Node

@NonExtendable public static interface Node.Root extends Node
The root node of a parse.
Since:
4.10.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tree.Node

    Node.Root
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get the original provided message which produced this node.

    Methods inherited from interface net.kyori.adventure.text.minimessage.tree.Node

    children, parent, toString
  • Method Details

    • input

      @NotNull @NotNull String input()
      Get the original provided message which produced this node.
      Returns:
      the input message
      Since:
      4.10.0