Interface TextComponent.Style.Visitor<T>

Enclosing class:
TextComponent.Style

public static interface TextComponent.Style.Visitor<T>
  • Method Details

    • visitHeader

      T visitHeader()
    • visitParagraph

      T visitParagraph()
    • visitMuted

      T visitMuted()
    • visitError

      T visitError()
    • visitUnknown

      T visitUnknown(String unknownType)