public void b(NBTTagCompound nbttagcompound) {
   super.b(nbttagcompound);
   nbttagcompound.setInt("Profession", getProfession());
   nbttagcompound.setInt("Riches", riches);
   if (bu != null) nbttagcompound.set("Offers", bu.a());
 }