Class IngredientFingerprint
java.lang.Object
studio.magemonkey.fusion.gui.recipe.IngredientFingerprint
Immutable fingerprint for an ItemStack that matches CalculatedRecipe.isSimilar(...) logic.
We compare: - Material - customModelData (if present) - displayName (if present) - lore lines (if present) - all enchantments (if present) - unbreakable flag - durability (if Damageable)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static IngredientFingerprintof(org.bukkit.inventory.ItemStack is) Build an IngredientFingerprint by examining a live ItemStack.