Uses of Interface
net.kyori.adventure.text.minimessage.tree.Node
Packages that use Node
Package
Description
Parser nodes.
Specification of the API for customizing tags understood by MiniMessage.
A stable representation of the MiniMessage parse tree.
-
Uses of Node in net.kyori.adventure.text.minimessage.internal.parser.node
Classes in net.kyori.adventure.text.minimessage.internal.parser.node that implement NodeModifier and TypeClassDescriptionclassRepresents a node in the tree.final classRepresents the root node of a tree.final classNode that represents a tag.final classRepresents a string of chars.classRepresents a node in the tree which has a text value. -
Uses of Node in net.kyori.adventure.text.minimessage.tag
Methods in net.kyori.adventure.text.minimessage.tag with parameters of type NodeModifier and TypeMethodDescriptiondefault voidMethod called once for every element in the subtree, allowing calculations to be made beforeapplication. -
Uses of Node in net.kyori.adventure.text.minimessage.tree
Subinterfaces of Node in net.kyori.adventure.text.minimessage.treeMethods in net.kyori.adventure.text.minimessage.tree that return NodeMethods in net.kyori.adventure.text.minimessage.tree that return types with arguments of type Node