Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.item
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. |