applyCustomMeta

@NotNull
open fun <T : ItemMeta?> applyCustomMeta(@NotNull type: @NotNull Class<T>, @NotNull applier: @NotNull Consumer<T>): @NotNull ItemBuilder(source)

Apply custom meta to an item

Return

itembuilder with custom meta

Parameters

type

the kind of meta

applier

the type to apply

<T>

the type to add