append

fun append(vararg components: McTextComponent): McTextComponent

Appends one or more text components to the list of siblings.

Return

This text component for method chaining.

Parameters

components

The text components to append.


Appends a collection of text components to the list of siblings.

Return

This text component for method chaining.

Parameters

components

The collection of text components to append.