Package com.nexomc.nexo.glyphs
Object Glyph.Companion
-
- All Implemented Interfaces:
public class Glyph.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final NamespacedKeyORIGINAL_SIGN_FRONT_LINESprivate final NamespacedKeyORIGINAL_SIGN_BACK_LINESprivate final NamespacedKeyORIGINAL_ITEM_RENAMEprivate final KeyREQUIRED_GLYPHprivate final StringREQUIRED_CHARprivate final Map<String, List<String>>assignedGlyphUnicodespublic final static Glyph.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<String>definedUnicodes(ConfigurationSection glyphSection)final List<String>calculateGlyphUnicodes(ConfigurationSection glyphSection)final BooleancontainsTagOrPlaceholder(String string)final NamespacedKeygetORIGINAL_SIGN_FRONT_LINES()final NamespacedKeygetORIGINAL_SIGN_BACK_LINES()final NamespacedKeygetORIGINAL_ITEM_RENAME()final KeygetREQUIRED_GLYPH()final StringgetREQUIRED_CHAR()final Map<String, List<String>>getAssignedGlyphUnicodes()-
-
Method Detail
-
definedUnicodes
final List<String> definedUnicodes(ConfigurationSection glyphSection)
-
calculateGlyphUnicodes
final List<String> calculateGlyphUnicodes(ConfigurationSection glyphSection)
-
containsTagOrPlaceholder
final Boolean containsTagOrPlaceholder(String string)
-
getORIGINAL_SIGN_FRONT_LINES
final NamespacedKey getORIGINAL_SIGN_FRONT_LINES()
-
getORIGINAL_SIGN_BACK_LINES
final NamespacedKey getORIGINAL_SIGN_BACK_LINES()
-
getORIGINAL_ITEM_RENAME
final NamespacedKey getORIGINAL_ITEM_RENAME()
-
getREQUIRED_GLYPH
final Key getREQUIRED_GLYPH()
-
getREQUIRED_CHAR
final String getREQUIRED_CHAR()
-
getAssignedGlyphUnicodes
final Map<String, List<String>> getAssignedGlyphUnicodes()
-
-
-
-