Package | Description |
---|---|
eu.wauz.wauzcore.data |
This package contains general configurator classes, that read and write .yml files.
|
eu.wauz.wauzcore.system.economy |
This package contains classes, that are used for the economy system.
|
Modifier and Type | Method and Description |
---|---|
static WauzCurrency |
ShopConfigurator.getItemCurrency(java.lang.String shopName,
int itemIndex) |
Modifier and Type | Field and Description |
---|---|
private WauzCurrency |
WauzShopItem.shopItemCurrency
The currency of the price of the shop item.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WauzCurrency> |
WauzCurrencyCategory.currencies
All currencies in this category.
|
private static java.util.Map<java.lang.String,WauzCurrency> |
WauzCurrency.currencyMap
A map of currencies, indexed by name.
|
Modifier and Type | Method and Description |
---|---|
static WauzCurrency |
WauzCurrency.getCurrency(java.lang.String currencyName) |
WauzCurrency |
WauzShopItem.getShopItemCurrency() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzCurrency> |
WauzCurrencyCategory.getCurrencies() |
Modifier and Type | Method and Description |
---|---|
void |
WauzCurrencyCategory.addCurrency(WauzCurrency currency)
Adds a currency to this category.
|