Uses of Interface
me.croabeast.takion.character.CharacterInfo
Packages that use CharacterInfo
-
Uses of CharacterInfo in me.croabeast.takion.character
Classes in me.croabeast.takion.character that implement CharacterInfoModifier and TypeClassDescriptionenumAn enumeration of default characters along with their associated display widths.enumAn enumeration representing small capital letters as a specialized form of characters.Fields in me.croabeast.takion.character declared as CharacterInfoModifier and TypeFieldDescriptionstatic final CharacterInfoCharacterManager.DEFAULT_INFOThe default character information used when no specific info is found.Methods in me.croabeast.takion.character that return CharacterInfoModifier and TypeMethodDescriptionCharacterManager.getInfo(char c) Retrieves theCharacterInfofor the given character.default CharacterInfoRetrieves theCharacterInfofor the first character of the provided string.static CharacterInfoCharacterInfo.of(char c, int i) Creates a newCharacterInfoinstance with the specified character and length.