Package emu.grasscutter.net.proto
Interface HomeLimitedShopInfoChangeNotifyOuterClass.HomeLimitedShopInfoChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopInfoChangeNotifyOuterClass.HomeLimitedShopInfoChangeNotify,HomeLimitedShopInfoChangeNotifyOuterClass.HomeLimitedShopInfoChangeNotify.Builder
- Enclosing class:
- HomeLimitedShopInfoChangeNotifyOuterClass
public static interface HomeLimitedShopInfoChangeNotifyOuterClass.HomeLimitedShopInfoChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGoodsList(int index) repeated .HomeLimitedShopGoods goods_list = 3;intrepeated .HomeLimitedShopGoods goods_list = 3;repeated .HomeLimitedShopGoods goods_list = 3;getGoodsListOrBuilder(int index) repeated .HomeLimitedShopGoods goods_list = 3;repeated .HomeLimitedShopGoods goods_list = 3;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
-
getGoodsListList
List<HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods> getGoodsListList()repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsList
repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsListCount
int getGoodsListCount()repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsListOrBuilderList
List<? extends HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder> getGoodsListOrBuilderList()repeated .HomeLimitedShopGoods goods_list = 3; -
getGoodsListOrBuilder
repeated .HomeLimitedShopGoods goods_list = 3;
-