{"body":"\t\t@Override\n\t\tpublic int computeHashCode(Object object) {\n\t\t\tif (object == null) return 0;\n\t\t\tif (object instanceof ItemStack) {\n\t\t\t\tItemStack stack = (ItemStack) object;\n\t\t\t\treturn Objects.hash(stack.getItem(), stack.getItemDamage(), stack.getTagCompound());\n\t\t\t}\n\t\t\treturn object.hashCode();\n\t\t}","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/qFwh2J16","modified":1453069198,"id":"qFwh2J16","size":297,"lines":9,"own_paste":false,"theme":"","date":1453069198}