Package net. axay. kspigot. chat
Types
KSpigotComponentBuilder
Link copied to clipboard
class KSpigotComponentBuilder
Content copied to clipboard
LiteralTextBuilder
Link copied to clipboard
Functions
chatComponent
Link copied to clipboard
inline fun chatComponent(builder: KSpigotComponentBuilder.() -> Unit): Array<out BaseComponent>
Content copied to clipboard
clickEvent
Link copied to clipboard
hoverEventEntity
Link copied to clipboard
fun BaseComponent.hoverEventEntity(type: String, id: String, baseComponent: BaseComponent)
Content copied to clipboard
hoverEventItem
Link copied to clipboard
hoverEventText
Link copied to clipboard
inline fun BaseComponent.hoverEventText(builder: KSpigotComponentBuilder.() -> Unit)
Content copied to clipboard
literalText
Link copied to clipboard
inline fun literalText(baseText: String = "", builder: LiteralTextBuilder.() -> Unit = { }): TextComponent
Content copied to clipboard
Opens a LiteralTextBuilder.
sendMessage
Link copied to clipboard
fun CommandSender.sendMessage(builder: KSpigotComponentBuilder.() -> Unit)
Content copied to clipboard
sendText
Link copied to clipboard
inline fun CommandSender.sendText(baseText: String = "", crossinline builder: LiteralTextBuilder.() -> Unit = { })
Content copied to clipboard
Opens a LiteralTextBuilder.