| Package | Description |
|---|---|
| eu.wauz.wauzcore.menu |
This package contains inventory classes, used as menu or for other custom interaction mechanics.
|
| eu.wauz.wauzcore.system.economy |
This package contains classes, that are used for the economy system.
|
| Modifier and Type | Field and Description |
|---|---|
private WauzShop |
ShopMenu.shop
The shop displayed in the menu.
|
| Constructor and Description |
|---|
ShopMenu(WauzShop shop,
WauzShopDiscount shopDiscount)
Creates a new shop menu instance.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,WauzShop> |
WauzShop.shopMap
A map of shops, indexed by name.
|
| Modifier and Type | Method and Description |
|---|---|
static WauzShop |
WauzShop.getShop(java.lang.String shopName) |