Package-level declarations

Types

Link copied to clipboard
class LegacyTextSanitizer(innerVisitor: FormattedText.StyledContentConsumer<Nothing>) : FormattedText.StyledContentConsumer<Nothing>

This is a utility class which degenerates legacy formatting which is contained in new minecraft formatting (i.e. {text: "§a§lYeet"}) into pure new formatting (i.e. {text: "Yeet", bold: true, color: "green"}).

Link copied to clipboard
interface ProcessedText
Link copied to clipboard
abstract class TextProcessor<T : ProcessedText>