()
| 212 | return this.flags.noSellValue; |
| 213 | } |
| 214 | public boolean hasImage() { |
| 215 | return hasImage(false); |
| 216 | } |
| 217 | public boolean hasImage(boolean update) { |
| 218 | if (hasImage == null || update) { //cache value since it's not free to calculate |
| 219 | hasImage = ImageKeys.hasImage(this, update); |