Package emu.grasscutter.net.proto
Interface BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuyGoodsParamOuterClass.BuyGoodsParam,BuyGoodsParamOuterClass.BuyGoodsParam.Builder
- Enclosing class:
- BuyGoodsParamOuterClass
public static interface BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder
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
-
hasGoods
boolean hasGoods().ShopGoods goods = 15;- Returns:
- Whether the goods field is set.
-
getGoods
ShopGoodsOuterClass.ShopGoods getGoods().ShopGoods goods = 15;- Returns:
- The goods.
-
getGoodsOrBuilder
ShopGoodsOuterClass.ShopGoodsOrBuilder getGoodsOrBuilder().ShopGoods goods = 15; -
getBuyCount
int getBuyCount()uint32 buy_count = 14;- Returns:
- The buyCount.
-