Package com.nexomc.nexo.nms
Object GlyphHandlers
-
- All Implemented Interfaces:
public class GlyphHandlers
-
-
Field Summary
Fields Modifier and Type Field Description public final static GlyphHandlersINSTANCE
-
Method Summary
Modifier and Type Method Description final ComponentescapeGlyphs(Component component, Player player)final ComponentescapePlaceholders(Component component, Player player)final ComponentescapeGlyphTags(Component component, Player player)final ComponentunescapeGlyphs(Component component)final ComponentunescapePlaceholders(Component component)final ComponentunescapeGlyphTags(Component component)final static ComponenttransformGlyphs(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)
-
-
-
-