final int moneySpent
The amount of money spent that was required for this bond.
static DonatorBond forId(int item)
Gets the bond data based on the item provided.
DonatorBond(int item, int moneySpent, int credits)
Constructs a new DonatorBond.
final int credits
The amount of credits this bond will give.
final int item
The item identification of the donator bond.