The currency that provides basic functionality for all tangible currencies.
static boolean isCurrency(int id)
static Optional< CurrencyType > lookup(int id)
static final ImmutableSet< CurrencyType > VALUES
CurrencyType(int id, Currency currency)
static String getValue(Player player, CurrencyType currency)
The parent class of all currencies that provides basic functionality for any general currency.