Package emu.grasscutter.net.proto
Interface HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods,HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods.Builder
- Enclosing class:
- HomeLimitedShopGoodsOuterClass
public static interface HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 bought_num = 5;intuint32 buy_limit = 8;getCostItemList(int index) repeated .ItemParam cost_item_list = 4;intrepeated .ItemParam cost_item_list = 4;repeated .ItemParam cost_item_list = 4;getCostItemListOrBuilder(int index) repeated .ItemParam cost_item_list = 4;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam cost_item_list = 4;intuint32 disable_type = 10;intuint32 goods_id = 12;.ItemParam goods_item = 2;.ItemParam goods_item = 2;boolean.ItemParam goods_item = 2;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
-
getBuyLimit
int getBuyLimit()uint32 buy_limit = 8;- Returns:
- The buyLimit.
-
getDisableType
int getDisableType()uint32 disable_type = 10;- Returns:
- The disableType.
-
getGoodsId
int getGoodsId()uint32 goods_id = 12;- Returns:
- The goodsId.
-
getBoughtNum
int getBoughtNum()uint32 bought_num = 5;- Returns:
- The boughtNum.
-
hasGoodsItem
boolean hasGoodsItem().ItemParam goods_item = 2;- Returns:
- Whether the goodsItem field is set.
-
getGoodsItem
ItemParamOuterClass.ItemParam getGoodsItem().ItemParam goods_item = 2;- Returns:
- The goodsItem.
-
getGoodsItemOrBuilder
ItemParamOuterClass.ItemParamOrBuilder getGoodsItemOrBuilder().ItemParam goods_item = 2; -
getCostItemListList
List<ItemParamOuterClass.ItemParam> getCostItemListList()repeated .ItemParam cost_item_list = 4; -
getCostItemList
repeated .ItemParam cost_item_list = 4; -
getCostItemListCount
int getCostItemListCount()repeated .ItemParam cost_item_list = 4; -
getCostItemListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getCostItemListOrBuilderList()repeated .ItemParam cost_item_list = 4; -
getCostItemListOrBuilder
repeated .ItemParam cost_item_list = 4;
-