Package-level declarations

Types

Link copied to clipboard
annotation class ItemMarker
Link copied to clipboard
annotation class MetaMarker

Functions

Link copied to clipboard
fun buildItem(material: Material, amount: Int = 1, init: ItemStack.() -> Unit): ItemStack
Link copied to clipboard
fun ItemStack.displayName(name: Component)
Link copied to clipboard
fun ItemStack.lore(vararg lore: Component)
Link copied to clipboard
inline fun <M : ItemMeta> ItemStack.meta(crossinline init: M.() -> Unit)
@JvmName(name = "meta0")
fun ItemStack.meta(init: ItemMeta.() -> Unit)