EasySpigotAPI
/
com.github.syari.spigot.api.item
/
editItemMeta
edit
Item
Meta
inline fun
ItemStack
.
editItemMeta
(action:
ItemMeta
.() ->
Unit
)
Content copied to clipboard
@
JvmName
(
name =
editItemMetaT
)
inline fun <
T
:
ItemMeta
>
ItemStack
.
editItemMeta
(action:
T
.() ->
Unit
)
Content copied to clipboard
ItemMeta
に対して変更を加える。
Since
1.5.0
Parameters
action
変更を加える処理