Package emu.grasscutter.game.shop
Class ShopInfo
java.lang.Object
emu.grasscutter.game.shop.ShopInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintgetHcoin()intintgetMcoin()intintgetScoin()intintvoidsetBeginTime(int beginTime) voidsetBoughtNum(int boughtNum) voidsetBuyLimit(int buyLimit) voidsetCostItemList(List<ItemParamData> costItemList) voidsetDisableType(int disableType) voidsetEndTime(int endTime) voidsetGoodsId(int goodsId) voidsetGoodsItem(ItemParamData goodsItem) voidsetHcoin(int hcoin) voidsetMaxLevel(int maxLevel) voidsetMcoin(int mcoin) voidsetMinLevel(int minLevel) voidsetPreGoodsIdList(List<Integer> preGoodsIdList) voidsetScoin(int scoin) voidsetSecondarySheetId(int secondarySheetId) voidsetShopRefreshParam(int shopRefreshParam) voidsetShopRefreshType(ShopInfo.ShopRefreshType shopRefreshType)
-
Constructor Details
-
ShopInfo
-
-
Method Details
-
getHcoin
public int getHcoin() -
setHcoin
public void setHcoin(int hcoin) -
getPreGoodsIdList
-
setPreGoodsIdList
-
getMcoin
public int getMcoin() -
setMcoin
public void setMcoin(int mcoin) -
getDisableType
public int getDisableType() -
setDisableType
public void setDisableType(int disableType) -
getSecondarySheetId
public int getSecondarySheetId() -
setSecondarySheetId
public void setSecondarySheetId(int secondarySheetId) -
getGoodsId
public int getGoodsId() -
setGoodsId
public void setGoodsId(int goodsId) -
getGoodsItem
-
setGoodsItem
-
getScoin
public int getScoin() -
setScoin
public void setScoin(int scoin) -
getCostItemList
-
setCostItemList
-
getBoughtNum
public int getBoughtNum() -
setBoughtNum
public void setBoughtNum(int boughtNum) -
getBuyLimit
public int getBuyLimit() -
setBuyLimit
public void setBuyLimit(int buyLimit) -
getBeginTime
public int getBeginTime() -
setBeginTime
public void setBeginTime(int beginTime) -
getEndTime
public int getEndTime() -
setEndTime
public void setEndTime(int endTime) -
getMinLevel
public int getMinLevel() -
setMinLevel
public void setMinLevel(int minLevel) -
getMaxLevel
public int getMaxLevel() -
setMaxLevel
public void setMaxLevel(int maxLevel) -
getShopRefreshType
-
setShopRefreshType
-
getShopRefreshParam
public int getShopRefreshParam() -
setShopRefreshParam
public void setShopRefreshParam(int shopRefreshParam)
-