28 lines
3.9 KiB
Markdown
28 lines
3.9 KiB
Markdown
---
|
|
title: KSpigotComponentBuilder -
|
|
---
|
|
//[KSpigot](../../index.md)/[net.axay.kspigot.chat](../index.md)/[KSpigotComponentBuilder](index.md)
|
|
|
|
|
|
|
|
# KSpigotComponentBuilder
|
|
[jvm] class [KSpigotComponentBuilder](index.md)
|
|
|
|
|
|
## Functions
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [create](create.md)| [jvm] <br>Content <br>fun [create](create.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<BaseComponent> <br><br><br>
|
|
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
|
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
|
| [keybind](keybind.md)| [jvm] <br>Content <br>inline fun [keybind](keybind.md)(keybind: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: KeybindComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>
|
|
| [legacyText](legacy-text.md)| [jvm] <br>Content <br>fun [legacyText](legacy-text.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), color: ChatColor) <br><br><br>
|
|
| [plusAssign](plus-assign.md)| [jvm] <br>Content <br>operator fun [plusAssign](plus-assign.md)(baseComponents: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<out BaseComponent>) <br>operator fun [plusAssign](plus-assign.md)(baseComponent: BaseComponent) <br><br><br>
|
|
| [score](score.md)| [jvm] <br>Content <br>inline fun [score](score.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), objective: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, builder: ScoreComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>
|
|
| [selector](selector.md)| [jvm] <br>Content <br>inline fun [selector](selector.md)(selector: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: SelectorComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>
|
|
| [text](text.md)| [jvm] <br>Content <br>inline fun [text](text.md)(text: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), builder: TextComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>
|
|
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
|
| [translatable](translatable.md)| [jvm] <br>Content <br>inline fun [translatable](translatable.md)(translatable: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), with: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<BaseComponent>, builder: TranslatableComponent.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>
|
|
|