Package emu.grasscutter.net.proto
Interface HomeLimitedShopBuyGoodsReqOuterClass.HomeLimitedShopBuyGoodsReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopBuyGoodsReqOuterClass.HomeLimitedShopBuyGoodsReq,HomeLimitedShopBuyGoodsReqOuterClass.HomeLimitedShopBuyGoodsReq.Builder
- Enclosing class:
- HomeLimitedShopBuyGoodsReqOuterClass
public static interface HomeLimitedShopBuyGoodsReqOuterClass.HomeLimitedShopBuyGoodsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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 = 14;- Returns:
- The buyCount.
-
hasGoods
boolean hasGoods().HomeLimitedShopGoods goods = 13;- Returns:
- Whether the goods field is set.
-
getGoods
.HomeLimitedShopGoods goods = 13;- Returns:
- The goods.
-
getGoodsOrBuilder
HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder getGoodsOrBuilder().HomeLimitedShopGoods goods = 13;
-