kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.item/equals

equals

[jvm]
fun ItemStack?.equals(that: ItemStack?, ignoreDurability: Boolean = false, ignoreSize: Boolean = false, ignoreNBT: Boolean = false): Boolean

Compares this ItemStack to a given target.

Strictly compares durability (or whether stacks are damageable), stack size and NBT tags, unless ignoreDurability, ignoreSize, or ignoreNBT are set to true.