Enum Class DefaultCharacter

java.lang.Object
java.lang.Enum<DefaultCharacter>
me.croabeast.takion.character.DefaultCharacter
All Implemented Interfaces:
Serializable, Comparable<DefaultCharacter>, java.lang.constant.Constable, CharacterInfo

public enum DefaultCharacter extends Enum<DefaultCharacter> implements CharacterInfo
An enumeration of default characters along with their associated display widths.

This enum implements CharacterInfo and provides a predefined list of characters (letters, numbers, and symbols) with configurable length values for text formatting purposes.

Each enum constant represents a character with a default or custom length, which can be used to determine how much space the character occupies when rendered (for example, in custom chat formats or UI elements).