Package emu.grasscutter.net.proto
Interface VintageMarketStoreInfoOuterClass.VintageMarketStoreInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStoreInfoOuterClass.VintageMarketStoreInfo,VintageMarketStoreInfoOuterClass.VintageMarketStoreInfo.Builder
- Enclosing class:
- VintageMarketStoreInfoOuterClass
public static interface VintageMarketStoreInfoOuterClass.VintageMarketStoreInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFAHFMJNEMKB(int index) repeated uint32 FAHFMJNEMKB = 6;intrepeated uint32 FAHFMJNEMKB = 6;repeated uint32 FAHFMJNEMKB = 6;intgetPLMNJFADJPF(int index) repeated uint32 PLMNJFADJPF = 8;intrepeated uint32 PLMNJFADJPF = 8;repeated uint32 PLMNJFADJPF = 8;intuint32 slot_count = 10;intuint32 store_id = 4;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
-
getPLMNJFADJPFList
repeated uint32 PLMNJFADJPF = 8;- Returns:
- A list containing the pLMNJFADJPF.
-
getPLMNJFADJPFCount
int getPLMNJFADJPFCount()repeated uint32 PLMNJFADJPF = 8;- Returns:
- The count of pLMNJFADJPF.
-
getPLMNJFADJPF
int getPLMNJFADJPF(int index) repeated uint32 PLMNJFADJPF = 8;- Parameters:
index- The index of the element to return.- Returns:
- The pLMNJFADJPF at the given index.
-
getFAHFMJNEMKBList
repeated uint32 FAHFMJNEMKB = 6;- Returns:
- A list containing the fAHFMJNEMKB.
-
getFAHFMJNEMKBCount
int getFAHFMJNEMKBCount()repeated uint32 FAHFMJNEMKB = 6;- Returns:
- The count of fAHFMJNEMKB.
-
getFAHFMJNEMKB
int getFAHFMJNEMKB(int index) repeated uint32 FAHFMJNEMKB = 6;- Parameters:
index- The index of the element to return.- Returns:
- The fAHFMJNEMKB at the given index.
-
getSlotCount
int getSlotCount()uint32 slot_count = 10;- Returns:
- The slotCount.
-
getStoreId
int getStoreId()uint32 store_id = 4;- Returns:
- The storeId.
-
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.
-