Package | Description |
---|---|
net.minecraftforge.server.terminalconsole |
Class and Description |
---|
HighlightErrorConverter
A simplified version of
HighlightConverter that uses
TerminalConsoleAppender to detect if Ansi escape codes can be used
to highlight errors and warnings in the console. |
MinecraftFormattingConverter
Replaces Minecraft formatting codes in the result of a pattern with
appropriate ANSI escape codes.
|
TerminalConsoleAppender
An
Appender that uses the JLine 3.x Terminal to print messages
to the console. |