(Item itemIn)
| 78 | private String unlocalizedName; |
| 79 | |
| 80 | public static int getIdFromItem(Item itemIn) |
| 81 | { |
| 82 | return itemIn == null ? 0 : itemRegistry.getIDForObject(itemIn); |
| 83 | } |
| 84 | |
| 85 | public static Item getItemById(int id) |
| 86 | { |
no test coverage detected