Package emu.grasscutter.net.proto
Interface HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRsp,HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRsp.Builder
- Enclosing class:
- HomeLimitedShopBuyGoodsRspOuterClass
public static interface HomeLimitedShopBuyGoodsRspOuterClass.HomeLimitedShopBuyGoodsRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 buy_count = 1;getGoods().HomeLimitedShopGoods goods = 15;getGoodsList(int index) repeated .HomeLimitedShopGoods goods_list = 12;intrepeated .HomeLimitedShopGoods goods_list = 12;repeated .HomeLimitedShopGoods goods_list = 12;getGoodsListOrBuilder(int index) repeated .HomeLimitedShopGoods goods_list = 12;repeated .HomeLimitedShopGoods goods_list = 12;.HomeLimitedShopGoods goods = 15;intint32 retcode = 5;booleanhasGoods().HomeLimitedShopGoods goods = 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
-
getBuyCount
int getBuyCount()uint32 buy_count = 1;- Returns:
- The buyCount.
-
getGoodsListList
List<HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods> getGoodsListList()repeated .HomeLimitedShopGoods goods_list = 12; -
getGoodsList
repeated .HomeLimitedShopGoods goods_list = 12; -
getGoodsListCount
int getGoodsListCount()repeated .HomeLimitedShopGoods goods_list = 12; -
getGoodsListOrBuilderList
List<? extends HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder> getGoodsListOrBuilderList()repeated .HomeLimitedShopGoods goods_list = 12; -
getGoodsListOrBuilder
repeated .HomeLimitedShopGoods goods_list = 12; -
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
hasGoods
boolean hasGoods().HomeLimitedShopGoods goods = 15;- Returns:
- Whether the goods field is set.
-
getGoods
.HomeLimitedShopGoods goods = 15;- Returns:
- The goods.
-
getGoodsOrBuilder
HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder getGoodsOrBuilder().HomeLimitedShopGoods goods = 15;
-