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

2.6 KiB

title
title
net.axay.kspigot.chat -

//KSpigot/net.axay.kspigot.chat

Package net.axay.kspigot.chat

Types

Name Summary
KColors [jvm]
Content
object KColors


KSpigotComponentBuilder [jvm]
Content
class KSpigotComponentBuilder


Functions

Name Summary
chatComponent [jvm]
Content
inline fun chatComponent(builder: KSpigotComponentBuilder.() -> Unit): Array


clickEvent [jvm]
Content
fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String)


col [jvm]
Content
fun col(hex: String): ChatColor


hoverEventEntity [jvm]
Content
fun BaseComponent.hoverEventEntity(type: String, id: String, baseComponent: BaseComponent)


hoverEventItem [jvm]
Content
fun BaseComponent.hoverEventItem(id: String, count: Int, tag: ItemTag)


hoverEventText [jvm]
Content
inline fun BaseComponent.hoverEventText(builder: KSpigotComponentBuilder.() -> Unit)


sendMessage [jvm]
Content
fun CommandSender.sendMessage(vararg components: Array)
fun CommandSender.sendMessage(builder: KSpigotComponentBuilder.() -> Unit)