public class ShopConfigurator extends ShopConfigurationUtils
| Constructor and Description |
|---|
ShopConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getItemAmount(java.lang.String shopName,
int itemIndex) |
static WauzCurrency |
getItemCurrency(java.lang.String shopName,
int itemIndex) |
static int |
getItemPrice(java.lang.String shopName,
int itemIndex) |
static int |
getItemRelationExp(java.lang.String shopName,
int itemIndex) |
static java.lang.String |
getItemType(java.lang.String shopName,
int itemIndex) |
static int |
getShopItemsAmout(java.lang.String shopName) |
static java.lang.String |
getShopName(java.lang.String shopName) |
static java.util.List<java.lang.String> |
getShopNameList() |
static boolean |
isShopGlobal(java.lang.String shopName) |
shopConfigGetInt, shopConfigGetString, shopConfigGetStringListpublic static java.util.List<java.lang.String> getShopNameList()
public static java.lang.String getShopName(java.lang.String shopName)
shopName - The name of the shop.public static boolean isShopGlobal(java.lang.String shopName)
shopName - The name of the shop.public static int getShopItemsAmout(java.lang.String shopName)
shopName - The name of the shop.public static java.lang.String getItemType(java.lang.String shopName,
int itemIndex)
shopName - The name of the shop.itemIndex - The number of the shop item.public static int getItemAmount(java.lang.String shopName,
int itemIndex)
shopName - The name of the shop.itemIndex - The number of the shop item.public static int getItemPrice(java.lang.String shopName,
int itemIndex)
shopName - The name of the shop.itemIndex - The number of the shop item.public static WauzCurrency getItemCurrency(java.lang.String shopName, int itemIndex)
shopName - The name of the shop.itemIndex - The number of the shop item.public static int getItemRelationExp(java.lang.String shopName,
int itemIndex)
shopName - The name of the shop.itemIndex - The number of the shop item.