Package emu.grasscutter.net.proto
Interface VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfo,VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfo.Builder
- Enclosing class:
- VintageMarketStoreOpInfoOuterClass
public static interface VintageMarketStoreOpInfoOuterClass.VintageMarketStoreOpInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAddAttrList(int index) repeated uint32 add_attr_list = 12;intrepeated uint32 add_attr_list = 12;repeated uint32 add_attr_list = 12;intuint32 help_skill_id = 10;intuint32 help_uid = 11;intuint32 store_id = 8;intgetStrategyList(int index) repeated uint32 strategy_list = 9;intrepeated uint32 strategy_list = 9;repeated uint32 strategy_list = 9;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
-
getHelpUid
int getHelpUid()uint32 help_uid = 11;- Returns:
- The helpUid.
-
getHelpSkillId
int getHelpSkillId()uint32 help_skill_id = 10;- Returns:
- The helpSkillId.
-
getStoreId
int getStoreId()uint32 store_id = 8;- Returns:
- The storeId.
-
getAddAttrListList
repeated uint32 add_attr_list = 12;- Returns:
- A list containing the addAttrList.
-
getAddAttrListCount
int getAddAttrListCount()repeated uint32 add_attr_list = 12;- Returns:
- The count of addAttrList.
-
getAddAttrList
int getAddAttrList(int index) repeated uint32 add_attr_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The addAttrList at the given index.
-
getStrategyListList
repeated uint32 strategy_list = 9;- Returns:
- A list containing the strategyList.
-
getStrategyListCount
int getStrategyListCount()repeated uint32 strategy_list = 9;- Returns:
- The count of strategyList.
-
getStrategyList
int getStrategyList(int index) repeated uint32 strategy_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The strategyList at the given index.
-