Exemplo n.º 1
0
 @Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(MAX_CHARGES, maxCharges);
   bundle.put(CUR_CHARGES, curCharges);
   bundle.put(CUR_CHARGE_KNOWN, curChargeKnown);
 }
Exemplo n.º 2
0
 @Override
 public void storeInBundle(Bundle bundle) {
   super.storeInBundle(bundle);
   bundle.put(ENCHANTMENT, enchantment);
 }