Uses of Interface
net.kyori.adventure.text.minimessage.tree.Node.Root
Packages that use Node.Root
Package
Description
MiniMessage, a friendly text format for representing chat components.
Parser nodes.
-
Uses of Node.Root in net.kyori.adventure.text.minimessage
Methods in net.kyori.adventure.text.minimessage that return Node.RootModifier and TypeMethodDescriptionMiniMessage.deserializeToTree(String input) Deserializes a string into a tree of parsed elements.MiniMessage.deserializeToTree(String input, Pointered target) Deserializes a string into a tree of parsed elements, with a target.MiniMessage.deserializeToTree(String input, Pointered target, TagResolver tagResolver) Deserializes a string into a tree of parsed elements, with a tag resolver to parse tags of the form<key>and a target.default Node.RootMiniMessage.deserializeToTree(String input, Pointered target, TagResolver... tagResolvers) Deserializes a string into a tree of parsed elements, with a tag resolver to parse tags of the form<key>.MiniMessage.deserializeToTree(String input, TagResolver tagResolver) Deserializes a string into a tree of parsed elements, with a tag resolver to parse tags of the form<key>.default Node.RootMiniMessage.deserializeToTree(String input, TagResolver... tagResolvers) Deserializes a string into a tree of parsed elements, with a tag resolver to parse tags of the form<key>. -
Uses of Node.Root in net.kyori.adventure.text.minimessage.internal.parser.node
Classes in net.kyori.adventure.text.minimessage.internal.parser.node that implement Node.Root