createItem

create an ItemStack from a material with features
inline fun createItem(material: Material, features: ItemStack.() -> Unit): ItemStack
create an ItemStack from a copy of another itemStack with features
inline fun createItem(itemStack: ItemStack, features: ItemStack.() -> Unit): ItemStack