public static ISet <int> GetVanillaMusicBoxes()
 {
     return(ItemMusicBoxHelpers.GetVanillaMusicBoxItemIds());
 }
 public static int GetMusicTypeOfMusicBox(int item_type)
 {
     return(ItemMusicBoxHelpers.GetMusicTypeOfVanillaMusicBox(item_type));
 }