Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.inventory/contains
[jvm]
operator fun Inventory.contains(item: Item): Boolean
Returns true
if any slots of this Inventory contain an ItemStack of the given item, or false
otherwise.