Uses of Interface
net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single
Packages that use TagResolver.Single
Package
Description
Tools for resolving tags based on tag information.
-
Uses of TagResolver.Single in net.kyori.adventure.text.minimessage.tag.resolver
Methods in net.kyori.adventure.text.minimessage.tag.resolver that return TagResolver.SingleModifier and TypeMethodDescriptionstatic TagResolver.SinglePlaceholder.component(String key, ComponentLike value) Creates a replacement that inserts a component.static TagResolver.SingleCreates a placeholder that inserts a MiniMessage string.static TagResolver.SingleA tag resolver that will resolve a single tag by a case-insensitive key.static TagResolver.SinglePlaceholder.styling(String key, StyleBuilderApplicable... style) Creates a style tag which will modify the style of the component.static TagResolver.SingleCreates a placeholder that inserts a literal string, without attempting to parse any contained tags.