Package emu.grasscutter.net.proto
Interface VintageMarketNpcEventFinishNotifyOuterClass.VintageMarketNpcEventFinishNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketNpcEventFinishNotifyOuterClass.VintageMarketNpcEventFinishNotify,VintageMarketNpcEventFinishNotifyOuterClass.VintageMarketNpcEventFinishNotify.Builder
- Enclosing class:
- VintageMarketNpcEventFinishNotifyOuterClass
public static interface VintageMarketNpcEventFinishNotifyOuterClass.VintageMarketNpcEventFinishNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCoinA()uint32 coin_a = 3;intgetCoinC()uint32 coin_c = 9;intgetUnlockStrategyList(int index) repeated uint32 unlock_strategy_list = 12;intrepeated uint32 unlock_strategy_list = 12;repeated uint32 unlock_strategy_list = 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
-
getCoinA
int getCoinA()uint32 coin_a = 3;- Returns:
- The coinA.
-
getCoinC
int getCoinC()uint32 coin_c = 9;- Returns:
- The coinC.
-
getUnlockStrategyListList
repeated uint32 unlock_strategy_list = 12;- Returns:
- A list containing the unlockStrategyList.
-
getUnlockStrategyListCount
int getUnlockStrategyListCount()repeated uint32 unlock_strategy_list = 12;- Returns:
- The count of unlockStrategyList.
-
getUnlockStrategyList
int getUnlockStrategyList(int index) repeated uint32 unlock_strategy_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The unlockStrategyList at the given index.
-