Files
KSpigot/docs/-k-spigot/net.axay.kspigot.chat/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

31 lines
2.6 KiB
Markdown

---
title: net.axay.kspigot.chat -
---
//[KSpigot](../index.md)/[net.axay.kspigot.chat](index.md)
# Package net.axay.kspigot.chat
## Types
| Name| Summary|
|---|---|
| [KColors](-k-colors/index.md)| [jvm] <br>Content <br>object [KColors](-k-colors/index.md) <br><br><br>
| [KSpigotComponentBuilder](-k-spigot-component-builder/index.md)| [jvm] <br>Content <br>class [KSpigotComponentBuilder](-k-spigot-component-builder/index.md) <br><br><br>
## Functions
| Name| Summary|
|---|---|
| [chatComponent](chat-component.md)| [jvm] <br>Content <br>inline fun [chatComponent](chat-component.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<out BaseComponent> <br><br><br>
| [clickEvent](click-event.md)| [jvm] <br>Content <br>fun BaseComponent.[clickEvent](click-event.md)(action: ClickEvent.Action, value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) <br><br><br>
| [col](col.md)| [jvm] <br>Content <br>fun [col](col.md)(hex: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): ChatColor <br><br><br>
| [hoverEventEntity](hover-event-entity.md)| [jvm] <br>Content <br>fun BaseComponent.[hoverEventEntity](hover-event-entity.md)(type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), baseComponent: BaseComponent) <br><br><br>
| [hoverEventItem](hover-event-item.md)| [jvm] <br>Content <br>fun BaseComponent.[hoverEventItem](hover-event-item.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), count: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), tag: ItemTag) <br><br><br>
| [hoverEventText](hover-event-text.md)| [jvm] <br>Content <br>inline fun BaseComponent.[hoverEventText](hover-event-text.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>
| [sendMessage](send-message.md)| [jvm] <br>Content <br>fun CommandSender.[sendMessage](send-message.md)(vararg components: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<out BaseComponent>) <br>fun CommandSender.[sendMessage](send-message.md)(builder: [KSpigotComponentBuilder](-k-spigot-component-builder/index.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) <br><br><br>