Mutable

Functions

Link copied to clipboard
@NotNull
abstract fun append(@NotNull text: @NotNull StructuredText): @NotNull StructuredText.Mutable
@NotNull
open fun append(@NotNull text: @NotNull String): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun aqua(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun black(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun blue(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun bold(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun darkAqua(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun darkBlue(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun darkGreen(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun darkGrey(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun darkPurple(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun darkRed(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun gold(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun green(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun grey(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun lightPurple(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun modifyStyle(@NotNull operator: @NotNull (@NotNull StructuredStyle) -> @NotNull StructuredStyle): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun red(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun underlined(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun white(): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun withColour(rgb: Int): @NotNull StructuredText.Mutable
@NotNull
open fun withColour(@NotNull colour: @NotNull DefaultFormattingColour): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun withStyle(@NotNull style: @NotNull StructuredStyle): @NotNull StructuredText.Mutable
Link copied to clipboard
@NotNull
open fun yellow(): @NotNull StructuredText.Mutable