50 lines
877 B
Markdown
50 lines
877 B
Markdown
---
|
|
title: meta -
|
|
---
|
|
//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[meta](meta.md)
|
|
|
|
|
|
|
|
# meta
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Opens a builder with the current meta.
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
jvm
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| T| <br><br>the specific type of the meta<br><br>
|
|
|
|
|
|
Content
|
|
inline fun <[T](meta.md) : ItemMeta> ItemStack.[meta](meta.md)(builder: [T](meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))
|
|
|
|
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
## See also
|
|
|
|
jvm
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [meta](meta.md)| <br><br><br><br>
|
|
|
|
|
|
Content
|
|
@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleMeta")
|
|
|
|
inline fun ItemStack.[meta](meta.md)(builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))
|
|
|
|
|
|
|