Updated docs
This commit is contained in:
49
docs/-k-spigot/net.axay.kspigot.items/set-meta.md
Normal file
49
docs/-k-spigot/net.axay.kspigot.items/set-meta.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: setMeta -
|
||||
---
|
||||
//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[setMeta](set-meta.md)
|
||||
|
||||
|
||||
|
||||
# setMeta
|
||||
[jvm]
|
||||
Brief description
|
||||
|
||||
|
||||
Resets the meta and opens a builder to create the new one.
|
||||
|
||||
|
||||
|
||||
## Parameters
|
||||
|
||||
jvm
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| T| <br><br>the specific type of the meta<br><br>
|
||||
|
||||
|
||||
Content
|
||||
inline fun <[T](set-meta.md) : ItemMeta> ItemStack.[setMeta](set-meta.md)(builder: [T](set-meta.md).() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))
|
||||
|
||||
|
||||
[jvm]
|
||||
Brief description
|
||||
|
||||
|
||||
## See also
|
||||
|
||||
jvm
|
||||
|
||||
| Name| Summary|
|
||||
|---|---|
|
||||
| [setMeta](set-meta.md)| <br><br><br><br>
|
||||
|
||||
|
||||
Content
|
||||
@[JvmName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-name/index.html)(name = "simpleSetMeta")
|
||||
|
||||
inline fun ItemStack.[setMeta](set-meta.md)(builder: ItemMeta.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user