Class GlyphService
java.lang.Object
com.github.darksoulq.abyssallib.server.translation.GlyphService
Provides integration between the translation system and named font glyphs.
This service allows the use of registered font glyphs within MiniMessage tags
via the <glyph:namespace:name> syntax.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.kyori.adventure.text.minimessage.tag.resolver.TagResolverresolve()Creates aTagResolverthat handles theglyphtag.
-
Constructor Details
-
GlyphService
public GlyphService()
-
-
Method Details
-
resolve
public static net.kyori.adventure.text.minimessage.tag.resolver.TagResolver resolve()Creates aTagResolverthat handles theglyphtag.Usage in MiniMessage:
<glyph:abyssallib:mouse_left>- Returns:
- A
TagResolverhandling dynamic glyph resolution.
-