21 lines
404 B
Markdown
21 lines
404 B
Markdown
---
|
|
title: itemStack -
|
|
---
|
|
//[KSpigot](../index.md)/[net.axay.kspigot.items](index.md)/[itemStack](item-stack.md)
|
|
|
|
|
|
|
|
# itemStack
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Creates a new ItemStack and opens a builder for it.
|
|
|
|
|
|
Content
|
|
inline fun [itemStack](item-stack.md)(material: Material, builder: ItemStack.() -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)): ItemStack
|
|
|
|
|
|
|