TextLayout
class TextLayout(val pattern: String, val text: HudText, val location: ImageLocation, val scale: Double, val space: Int, val align: LayoutAlign, val color: TextColor, val outline: Boolean, val layer: Int, val numberEquation: TEquation, val numberFormat: DecimalFormat, val disableNumberFormat: Boolean, val background: HudBackground?, val backgroundScale: Double, val follow: String?, val emojiLocation: ImageLocation, val emojiScale: Double, val useLegacyFormat: Boolean, val legacySerializer: LegacyComponentSerializer, val conditions: ConditionBuilder)
Constructors
Link copied to clipboard
constructor(pattern: String, text: HudText, location: ImageLocation, scale: Double, space: Int, align: LayoutAlign, color: TextColor, outline: Boolean, layer: Int, numberEquation: TEquation, numberFormat: DecimalFormat, disableNumberFormat: Boolean, background: HudBackground?, backgroundScale: Double, follow: String?, emojiLocation: ImageLocation, emojiScale: Double, useLegacyFormat: Boolean, legacySerializer: LegacyComponentSerializer, conditions: ConditionBuilder)