appendText

fun <C : BuildableComponent<C, B>, B : ComponentBuilder<C, B>> ComponentBuilder<C, B>.appendText(text: String, color: TextColor? = null): @NotNull B
fun <C : BuildableComponent<C, B>, B : ComponentBuilder<C, B>> ComponentBuilder<C, B>.appendText(text: String, color: TextColor? = null, block: TextComponent.Builder.() -> Unit): @NotNull B