| Class | Description |
|---|---|
| AdventureRgbStringFormat | |
| AnsiStringFormat |
A
StringFormat implementation for the ANSI format.Generally used in terminals and consoles. |
| BungeeRgbStringFormat | |
| PrioritizingStringFormat |
A
StringFormat implementation that delegates to multiple other StringFormat implementations.The first StringFormat that matches will be used. |
| VanillaStringFormat | |
| VoidVanillaStringFormat |
A
StringFormat implementation for the vanilla format without actually reading or writing anything.It is used to filter out invalid vanilla formatting codes. |