kettle

Kotlin utilities for Quilt mod development


Project maintained by Cypher121 Hosted on GitHub Pages — Theme by mattgraham

//kettle/coffee.cypher.kettle.item/createStack

createStack

[jvm]
fun ItemConvertible.createStack(size: Int = 1, nbt: NbtCompound? = null): ItemStack

Creates an ItemStack from this ItemConvertible with the specified size (1 by default) and, if provided, the specified nbt tag.