Class ShopGoodsData

java.lang.Object
emu.grasscutter.data.GameResource
emu.grasscutter.data.def.ShopGoodsData

public class ShopGoodsData extends GameResource
  • Constructor Details

    • ShopGoodsData

      public ShopGoodsData()
  • Method Details

    • onLoad

      public void onLoad()
      Overrides:
      onLoad in class GameResource
    • getId

      public int getId()
      Overrides:
      getId in class GameResource
    • getGoodsId

      public int getGoodsId()
    • getShopType

      public int getShopType()
    • getItemId

      public int getItemId()
    • getItemCount

      public int getItemCount()
    • getCostScoin

      public int getCostScoin()
    • getCostHcoin

      public int getCostHcoin()
    • getCostMcoin

      public int getCostMcoin()
    • getCostItems

      public List<ItemParamData> getCostItems()
    • getMinPlayerLevel

      public int getMinPlayerLevel()
    • getMaxPlayerLevel

      public int getMaxPlayerLevel()
    • getBuyLimit

      public int getBuyLimit()
    • getSubTabId

      public int getSubTabId()
    • getRefreshType

      public ShopInfo.ShopRefreshType getRefreshType()
    • getRefreshParam

      public int getRefreshParam()