Does the item have meta @param is the item @return true if it does
(ItemStack is)
| 95 | * @return true if it does |
| 96 | */ |
| 97 | public static boolean hasMeta(ItemStack is) { |
| 98 | return is(is) && is.hasItemMeta(); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Does the item have a custom name |