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 NamespacedKey
ORIGINAL_SIGN_FRONT_LINES
private final NamespacedKey
ORIGINAL_SIGN_BACK_LINES
private final NamespacedKey
ORIGINAL_ITEM_RENAME
private final Key
REQUIRED_GLYPH
private final String
REQUIRED_CHAR
private final Map<String, List<String>>
assignedGlyphUnicodes
public final static Glyph.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final List<String>
definedUnicodes(ConfigurationSection glyphSection)
final List<String>
calculateGlyphUnicodes(ConfigurationSection glyphSection)
final Boolean
containsTagOrPlaceholder(String string)
final NamespacedKey
getORIGINAL_SIGN_FRONT_LINES()
final NamespacedKey
getORIGINAL_SIGN_BACK_LINES()
final NamespacedKey
getORIGINAL_ITEM_RENAME()
final Key
getREQUIRED_GLYPH()
final String
getREQUIRED_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()
-
-
-
-