Package emu.grasscutter.net.proto
Interface VintageMarketStoreViewStrategyReqOuterClass.VintageMarketStoreViewStrategyReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreViewStrategyReqOuterClass.VintageMarketStoreViewStrategyReq,VintageMarketStoreViewStrategyReqOuterClass.VintageMarketStoreViewStrategyReq.Builder
- Enclosing class:
- VintageMarketStoreViewStrategyReqOuterClass
public static interface VintageMarketStoreViewStrategyReqOuterClass.VintageMarketStoreViewStrategyReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 strategy_id = 9;intgetStrategyList(int index) repeated uint32 strategy_list = 1;intrepeated uint32 strategy_list = 1;repeated uint32 strategy_list = 1;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
-
getStrategyId
int getStrategyId()uint32 strategy_id = 9;- Returns:
- The strategyId.
-
getStrategyListList
repeated uint32 strategy_list = 1;- Returns:
- A list containing the strategyList.
-
getStrategyListCount
int getStrategyListCount()repeated uint32 strategy_list = 1;- Returns:
- The count of strategyList.
-
getStrategyList
int getStrategyList(int index) repeated uint32 strategy_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The strategyList at the given index.
-