Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.inventory/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.
Inventory.setStack |