Package emu.grasscutter.net.proto
Interface VintageMarketFinishStorePlayReqOuterClass.VintageMarketFinishStorePlayReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketFinishStorePlayReqOuterClass.VintageMarketFinishStorePlayReq,VintageMarketFinishStorePlayReqOuterClass.VintageMarketFinishStorePlayReq.Builder
- Enclosing class:
- VintageMarketFinishStorePlayReqOuterClass
public static interface VintageMarketFinishStorePlayReqOuterClass.VintageMarketFinishStorePlayReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetStoreOpList(int index) repeated .VintageMarketStoreOpInfo store_op_list = 11;intrepeated .VintageMarketStoreOpInfo store_op_list = 11;repeated .VintageMarketStoreOpInfo store_op_list = 11;getStoreOpListOrBuilder(int index) repeated .VintageMarketStoreOpInfo store_op_list = 11;repeated .VintageMarketStoreOpInfo store_op_list = 11;intuint32 store_round = 12;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
-
getStoreRound
int getStoreRound()uint32 store_round = 12;- Returns:
- The storeRound.
-
getStoreOpListList
List<VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfo> getStoreOpListList()repeated .VintageMarketStoreOpInfo store_op_list = 11; -
getStoreOpList
repeated .VintageMarketStoreOpInfo store_op_list = 11; -
getStoreOpListCount
int getStoreOpListCount()repeated .VintageMarketStoreOpInfo store_op_list = 11; -
getStoreOpListOrBuilderList
List<? extends VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder> getStoreOpListOrBuilderList()repeated .VintageMarketStoreOpInfo store_op_list = 11; -
getStoreOpListOrBuilder
VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder getStoreOpListOrBuilder(int index) repeated .VintageMarketStoreOpInfo store_op_list = 11;
-