StructuredStyle

Functions

Link copied to clipboard
@NotNull
abstract fun withBold(bold: Boolean): @NotNull StructuredStyle
Link copied to clipboard
@NotNull
abstract fun withColour(rgb: Int): @NotNull StructuredStyle
@NotNull
open fun withColour(@NotNull colour: @NotNull DefaultFormattingColour): @NotNull StructuredStyle
Link copied to clipboard
@NotNull
abstract fun withItalic(italic: Boolean): @NotNull StructuredStyle
Link copied to clipboard
@NotNull
abstract fun withObfuscated(obfuscated: Boolean): @NotNull StructuredStyle
Link copied to clipboard
@NotNull
abstract fun withStrikethrough(strikethrough: Boolean): @NotNull StructuredStyle
Link copied to clipboard
@NotNull
abstract fun withUnderline(underline: Boolean): @NotNull StructuredStyle