Package emu.grasscutter.net.proto
Interface GetGachaInfoRspOuterClass.GetGachaInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetGachaInfoRspOuterClass.GetGachaInfoRsp,GetGachaInfoRspOuterClass.GetGachaInfoRsp.Builder
- Enclosing class:
- GetGachaInfoRspOuterClass
public static interface GetGachaInfoRspOuterClass.GetGachaInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintOPHLINLNOEAgetGachaInfoList(int index) repeated .GachaInfo gacha_info_list = 6;intrepeated .GachaInfo gacha_info_list = 6;repeated .GachaInfo gacha_info_list = 6;getGachaInfoListOrBuilder(int index) repeated .GachaInfo gacha_info_list = 6;List<? extends GachaInfoOuterClass.GachaInfoOrBuilder>repeated .GachaInfo gacha_info_list = 6;intPKCLGOCJPLNbooleanbool HCCENOGKOOG = 1;booleanbool HNAFDALMKFN = 11;intint32 retcode = 13;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
-
getGachaInfoListList
List<GachaInfoOuterClass.GachaInfo> getGachaInfoListList()repeated .GachaInfo gacha_info_list = 6; -
getGachaInfoList
repeated .GachaInfo gacha_info_list = 6; -
getGachaInfoListCount
int getGachaInfoListCount()repeated .GachaInfo gacha_info_list = 6; -
getGachaInfoListOrBuilderList
List<? extends GachaInfoOuterClass.GachaInfoOrBuilder> getGachaInfoListOrBuilderList()repeated .GachaInfo gacha_info_list = 6; -
getGachaInfoListOrBuilder
repeated .GachaInfo gacha_info_list = 6; -
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getHNAFDALMKFN
boolean getHNAFDALMKFN()bool HNAFDALMKFN = 11;- Returns:
- The hNAFDALMKFN.
-
getHCCENOGKOOG
boolean getHCCENOGKOOG()bool HCCENOGKOOG = 1;- Returns:
- The hCCENOGKOOG.
-
getGachaRandom
int getGachaRandom()PKCLGOCJPLN
uint32 gachaRandom = 14;- Returns:
- The gachaRandom.
-
getDailyGachaTimes
int getDailyGachaTimes()OPHLINLNOEA
uint32 dailyGachaTimes = 8;- Returns:
- The dailyGachaTimes.
-