meta

fun <T : ItemMeta> meta(dsl: T.() -> Unit): ItemBuilder(source)

Updates the item meta by applying the provided DSL (Domain Specific Language) to it.

Return

The updated ItemBuilder instance.

Parameters

dsl

The DSL block to apply to the item meta.