asPlainText

inline fun String.asPlainText(): Component

Returns an immutable Component from the receiver.


inline fun String.asPlainText(style: Style): Component

Returns an immutable Component from the receiver with style.


inline fun String.asPlainText(formatting: ChatFormatting): Component

Returns an immutable Component from the receiver with formatting.