Package | Description |
---|---|
eu.wauz.wauzcore.system.economy |
This package contains classes, that are used for the economy system.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WauzShopItem> |
WauzShop.shopItems
All the items the shop offers.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzShopItem> |
WauzShop.getShopItems() |
Modifier and Type | Method and Description |
---|---|
static boolean |
WauzShopActions.buy(org.bukkit.entity.Player player,
WauzShopItem itemToBuy,
WauzShopDiscount discount)
Tries to buy the given item for the player.
|