Package com.nexomc.nexo.nms
Object GlyphHandlers
-
- All Implemented Interfaces:
public class GlyphHandlers
-
-
Field Summary
Fields Modifier and Type Field Description public final static GlyphHandlers
INSTANCE
-
Method Summary
Modifier and Type Method Description final Component
escapeGlyphs(Component component, Player player)
final Component
escapePlaceholders(Component component, Player player)
final Component
escapeGlyphTags(Component component, Player player)
final Component
unescapeGlyphs(Component component)
final Component
unescapePlaceholders(Component component)
final Component
unescapeGlyphTags(Component component)
final static Component
transformGlyphs(Component $self, Locale locale)
-
-
Method Detail
-
escapeGlyphs
final Component escapeGlyphs(Component component, Player player)
-
escapePlaceholders
final Component escapePlaceholders(Component component, Player player)
-
escapeGlyphTags
final Component escapeGlyphTags(Component component, Player player)
-
unescapeGlyphs
final Component unescapeGlyphs(Component component)
-
unescapePlaceholders
final Component unescapePlaceholders(Component component)
-
unescapeGlyphTags
final Component unescapeGlyphTags(Component component)
-
transformGlyphs
final static Component transformGlyphs(Component $self, Locale locale)
-
-
-
-