Package emu.grasscutter.net.proto
Interface ShopGoodsOuterClass.ShopGoodsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShopGoodsOuterClass.ShopGoods,ShopGoodsOuterClass.ShopGoods.Builder
- Enclosing class:
- ShopGoodsOuterClass
public static interface ShopGoodsOuterClass.ShopGoodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 begin_time = 12;intuint32 bought_num = 14;intuint32 buy_limit = 8;getCostItemList(int index) repeated .ItemParam cost_item_list = 7;intrepeated .ItemParam cost_item_list = 7;repeated .ItemParam cost_item_list = 7;getCostItemListOrBuilder(int index) repeated .ItemParam cost_item_list = 7;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam cost_item_list = 7;intuint32 disable_type = 4;intuint32 end_time = 3;intuint32 goods_id = 13;.ItemParam goods_item = 15;.ItemParam goods_item = 15;intgetHcoin()uint32 hcoin = 6;intuint32 max_level = 1;intgetMcoin()uint32 mcoin = 11;intuint32 min_level = 5;intuint32 next_refresh_time = 10;intgetPreGoodsIdList(int index) repeated uint32 pre_goods_id_list = 9;intrepeated uint32 pre_goods_id_list = 9;repeated uint32 pre_goods_id_list = 9;intgetScoin()uint32 scoin = 2;intuint32 secondary_sheet_id = 1003;intuint32 single_limit = 1770;intuint32 Unk3300_MBGOMHNBHMG = 777;intuint32 Unk3300_NJCPAJBCEPH = 505;intuint32 Unk3300_OMKIFIMDGDN = 1037;boolean.ItemParam goods_item = 15;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSecondarySheetId
int getSecondarySheetId()uint32 secondary_sheet_id = 1003;- Returns:
- The secondarySheetId.
-
hasGoodsItem
boolean hasGoodsItem().ItemParam goods_item = 15;- Returns:
- Whether the goodsItem field is set.
-
getGoodsItem
ItemParamOuterClass.ItemParam getGoodsItem().ItemParam goods_item = 15;- Returns:
- The goodsItem.
-
getGoodsItemOrBuilder
ItemParamOuterClass.ItemParamOrBuilder getGoodsItemOrBuilder().ItemParam goods_item = 15; -
getCostItemListList
List<ItemParamOuterClass.ItemParam> getCostItemListList()repeated .ItemParam cost_item_list = 7; -
getCostItemList
repeated .ItemParam cost_item_list = 7; -
getCostItemListCount
int getCostItemListCount()repeated .ItemParam cost_item_list = 7; -
getCostItemListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getCostItemListOrBuilderList()repeated .ItemParam cost_item_list = 7; -
getCostItemListOrBuilder
repeated .ItemParam cost_item_list = 7; -
getBoughtNum
int getBoughtNum()uint32 bought_num = 14;- Returns:
- The boughtNum.
-
getPreGoodsIdListList
repeated uint32 pre_goods_id_list = 9;- Returns:
- A list containing the preGoodsIdList.
-
getPreGoodsIdListCount
int getPreGoodsIdListCount()repeated uint32 pre_goods_id_list = 9;- Returns:
- The count of preGoodsIdList.
-
getPreGoodsIdList
int getPreGoodsIdList(int index) repeated uint32 pre_goods_id_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The preGoodsIdList at the given index.
-
getMinLevel
int getMinLevel()uint32 min_level = 5;- Returns:
- The minLevel.
-
getMcoin
int getMcoin()uint32 mcoin = 11;- Returns:
- The mcoin.
-
getHcoin
int getHcoin()uint32 hcoin = 6;- Returns:
- The hcoin.
-
getEndTime
int getEndTime()uint32 end_time = 3;- Returns:
- The endTime.
-
getNextRefreshTime
int getNextRefreshTime()uint32 next_refresh_time = 10;- Returns:
- The nextRefreshTime.
-
getGoodsId
int getGoodsId()uint32 goods_id = 13;- Returns:
- The goodsId.
-
getUnk3300OMKIFIMDGDN
int getUnk3300OMKIFIMDGDN()uint32 Unk3300_OMKIFIMDGDN = 1037;- Returns:
- The unk3300OMKIFIMDGDN.
-
getBuyLimit
int getBuyLimit()uint32 buy_limit = 8;- Returns:
- The buyLimit.
-
getUnk3300MBGOMHNBHMG
int getUnk3300MBGOMHNBHMG()uint32 Unk3300_MBGOMHNBHMG = 777;- Returns:
- The unk3300MBGOMHNBHMG.
-
getScoin
int getScoin()uint32 scoin = 2;- Returns:
- The scoin.
-
getMaxLevel
int getMaxLevel()uint32 max_level = 1;- Returns:
- The maxLevel.
-
getSingleLimit
int getSingleLimit()uint32 single_limit = 1770;- Returns:
- The singleLimit.
-
getUnk3300NJCPAJBCEPH
int getUnk3300NJCPAJBCEPH()uint32 Unk3300_NJCPAJBCEPH = 505;- Returns:
- The unk3300NJCPAJBCEPH.
-
getBeginTime
int getBeginTime()uint32 begin_time = 12;- Returns:
- The beginTime.
-
getDisableType
int getDisableType()uint32 disable_type = 4;- Returns:
- The disableType.
-