Builder

class Builder

Build a new TextComponentNode

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun abbr(abbr: String?): TextComponentNode.Builder

apply abbr to the Builder.

Link copied to clipboard
fun abbrPriority(abbrPriority: Int?): TextComponentNode.Builder

apply abbrPriority to the Builder.

Link copied to clipboard
fun build(): TextComponentNode
Link copied to clipboard
fun text(text: String): TextComponentNode.Builder

apply text to the Builder.