kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.inventory/contains

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.