Updated docs
This commit is contained in:
49
docs/-k-spigot/net.axay.kspigot.items/meta.md
Normal file
49
docs/-k-spigot/net.axay.kspigot.items/meta.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
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))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user