942 B
942 B
title
title |
---|
setMeta - |
//KSpigot/net.axay.kspigot.items/setMeta
setMeta
[jvm]
Brief description
Resets the meta and opens a builder to create the new one.
Parameters
jvm
Name | Summary |
---|---|
T | the specific type of the meta |
Content
inline fun <T : ItemMeta> ItemStack.setMeta(builder: T.() -> Unit)
[jvm]
Brief description
See also
jvm
Name | Summary |
---|---|
setMeta |
Content
@JvmName(name = "simpleSetMeta")