Files
KSpigot/docs/-k-spigot/net.axay.kspigot.items/set-meta.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

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")

inline fun ItemStack.setMeta(builder: ItemMeta.() -> Unit)