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 TypeMethodDescriptionintuint32 slot_count = 5;intuint32 store_id = 13;intgetStrategyList(int index) repeated uint32 strategy_list = 10;intrepeated uint32 strategy_list = 10;repeated uint32 strategy_list = 10;intgetUnk3300HNBGHCCENIA(int index) repeated uint32 Unk3300_HNBGHCCENIA = 1;intrepeated uint32 Unk3300_HNBGHCCENIA = 1;repeated uint32 Unk3300_HNBGHCCENIA = 1;intgetUnk3300ODLLANKOEND(int index) repeated uint32 Unk3300_ODLLANKOEND = 7;intrepeated uint32 Unk3300_ODLLANKOEND = 7;repeated uint32 Unk3300_ODLLANKOEND = 7;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
-
getStoreId
int getStoreId()uint32 store_id = 13;- Returns:
- The storeId.
-
getUnk3300HNBGHCCENIAList
repeated uint32 Unk3300_HNBGHCCENIA = 1;- Returns:
- A list containing the unk3300HNBGHCCENIA.
-
getUnk3300HNBGHCCENIACount
int getUnk3300HNBGHCCENIACount()repeated uint32 Unk3300_HNBGHCCENIA = 1;- Returns:
- The count of unk3300HNBGHCCENIA.
-
getUnk3300HNBGHCCENIA
int getUnk3300HNBGHCCENIA(int index) repeated uint32 Unk3300_HNBGHCCENIA = 1;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300HNBGHCCENIA at the given index.
-
getStrategyListList
repeated uint32 strategy_list = 10;- Returns:
- A list containing the strategyList.
-
getStrategyListCount
int getStrategyListCount()repeated uint32 strategy_list = 10;- Returns:
- The count of strategyList.
-
getStrategyList
int getStrategyList(int index) repeated uint32 strategy_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The strategyList at the given index.
-
getUnk3300ODLLANKOENDList
repeated uint32 Unk3300_ODLLANKOEND = 7;- Returns:
- A list containing the unk3300ODLLANKOEND.
-
getUnk3300ODLLANKOENDCount
int getUnk3300ODLLANKOENDCount()repeated uint32 Unk3300_ODLLANKOEND = 7;- Returns:
- The count of unk3300ODLLANKOEND.
-
getUnk3300ODLLANKOEND
int getUnk3300ODLLANKOEND(int index) repeated uint32 Unk3300_ODLLANKOEND = 7;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300ODLLANKOEND at the given index.
-
getSlotCount
int getSlotCount()uint32 slot_count = 5;- Returns:
- The slotCount.
-