kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.inventory/get

get

[jvm]
operator fun Inventory.get(slot: Int): ItemStack

Returns the ItemStack contained in the given slot of this Inventory.

See also

 
Inventory.getStack