kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.inventory/set

set

[jvm]
operator fun Inventory.set(slot: Int, stack: ItemStack)

Sets the ItemStack contained in the given slot of this Inventory to the provided stack.

See also

 
Inventory.setStack