Package emu.grasscutter.game.shop
Class ShopLimit
java.lang.Object
emu.grasscutter.game.shop.ShopLimit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintvoidsetHasBought(int hasBought) voidsetHasBoughtInPeriod(int hasBoughtInPeriod) voidsetNextRefreshTime(int nextRefreshTime) voidsetShopGoodId(int shopGoodId)
-
Constructor Details
-
ShopLimit
public ShopLimit()
-
-
Method Details
-
getShopGoodId
public int getShopGoodId() -
setShopGoodId
public void setShopGoodId(int shopGoodId) -
getHasBought
public int getHasBought() -
setHasBought
public void setHasBought(int hasBought) -
getNextRefreshTime
public int getNextRefreshTime() -
setNextRefreshTime
public void setNextRefreshTime(int nextRefreshTime) -
getHasBoughtInPeriod
public int getHasBoughtInPeriod() -
setHasBoughtInPeriod
public void setHasBoughtInPeriod(int hasBoughtInPeriod)
-