public static interface MoneyLibrary.MoneyDenomination
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | abbr() | Short display abbreviation of the denomination when
 shown in shopkeeper lists. | 
| java.lang.String | name() | Normal name of the denomination when displayed as
 a sentence string to the user. | 
| double | value() | The value of this denomination in absolute
 relative multiplier. | 
double value()
java.lang.String name()
java.lang.String abbr()