//Update a items stat fields to 0 public static void updateClearStats(Item item) { ItemUpdater.clearStats(item); }
//Update a item's RandomProperty column in the DB public static void updateItemRandomProperty(Item item, int itemEnchantmentTableEntry) { ItemUpdater.updateRandomProperty(item, itemEnchantmentTableEntry); }