Builder

class Builder

Build a new TextComponentNode

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

abbr
Link copied to clipboard
fun abbr(abbr: String?): TextComponentNode.Builder
apply abbr to the Builder.
abbrPriority
Link copied to clipboard
fun abbrPriority(abbrPriority: Int?): TextComponentNode.Builder
apply abbrPriority to the Builder.
build
Link copied to clipboard
fun build(): TextComponentNode
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
text
Link copied to clipboard
fun text(text: String): TextComponentNode.Builder
apply text to the Builder.
toString
Link copied to clipboard
open fun toString(): String