kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.item

Package-level declarations

Functions

Name Summary
createStack [jvm]
fun ItemConvertible.createStack(size: Int = 1, nbt: NbtCompound? = null): ItemStack
Creates an ItemStack from this ItemConvertible with the specified size (1 by default) and, if provided, the specified nbt tag.
equals [jvm]
fun ItemStack?.equals(that: ItemStack?, ignoreDurability: Boolean = false, ignoreSize: Boolean = false, ignoreNBT: Boolean = false): Boolean
Compares this ItemStack to a given target.