All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.carcadex.kotlinbukkitkit.messages.kotlin.TriumphGuiExtensions.kt Maven / Gradle / Ivy

package tech.carcadex.kotlinbukkitkit.messages.kotlin

import dev.triumphteam.gui.builder.item.ItemBuilder
import tech.carcadex.kotlinbukkitkit.messages.model.Message

fun ItemBuilder.name(message: Message) = this.name(message.asComponent())

fun ItemBuilder.lore(message: Message) = this.lore(message.asComponentList())




© 2015 - 2024 Weber Informatics LLC | Privacy Policy