Package emu.grasscutter.net.proto
Interface VintageMarketStartStorePlayRspOuterClass.VintageMarketStartStorePlayRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VintageMarketStartStorePlayRspOuterClass.VintageMarketStartStorePlayRsp,VintageMarketStartStorePlayRspOuterClass.VintageMarketStartStorePlayRsp.Builder
- Enclosing class:
- VintageMarketStartStorePlayRspOuterClass
public static interface VintageMarketStartStorePlayRspOuterClass.VintageMarketStartStorePlayRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 1;intuint32 store_round = 10;intuint32 Unk3300_ADJKIIJFNME = 15;intuint32 Unk3300_LCCNEKGONFG = 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
-
getStoreRound
int getStoreRound()uint32 store_round = 10;- Returns:
- The storeRound.
-
getUnk3300LCCNEKGONFG
int getUnk3300LCCNEKGONFG()uint32 Unk3300_LCCNEKGONFG = 9;- Returns:
- The unk3300LCCNEKGONFG.
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
getUnk3300ADJKIIJFNME
int getUnk3300ADJKIIJFNME()uint32 Unk3300_ADJKIIJFNME = 15;- Returns:
- The unk3300ADJKIIJFNME.
-