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 TypeMethodDescriptionintuint32 daily_gacha_times = 6;getGachaInfoList(int index) repeated .GachaInfo gacha_info_list = 10;intrepeated .GachaInfo gacha_info_list = 10;repeated .GachaInfo gacha_info_list = 10;getGachaInfoListOrBuilder(int index) repeated .GachaInfo gacha_info_list = 10;List<? extends GachaInfoOuterClass.GachaInfoOrBuilder>repeated .GachaInfo gacha_info_list = 10;intuint32 gacha_random = 9;intint32 retcode = 14;booleanbool Unk3300_HBILIAEIHNK = 3;booleanbool Unk3300_OHFMHIHJHPJ = 4;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
-
getRetcode
int getRetcode()int32 retcode = 14;- Returns:
- The retcode.
-
getDailyGachaTimes
int getDailyGachaTimes()uint32 daily_gacha_times = 6;- Returns:
- The dailyGachaTimes.
-
getGachaInfoListList
List<GachaInfoOuterClass.GachaInfo> getGachaInfoListList()repeated .GachaInfo gacha_info_list = 10; -
getGachaInfoList
repeated .GachaInfo gacha_info_list = 10; -
getGachaInfoListCount
int getGachaInfoListCount()repeated .GachaInfo gacha_info_list = 10; -
getGachaInfoListOrBuilderList
List<? extends GachaInfoOuterClass.GachaInfoOrBuilder> getGachaInfoListOrBuilderList()repeated .GachaInfo gacha_info_list = 10; -
getGachaInfoListOrBuilder
repeated .GachaInfo gacha_info_list = 10; -
getUnk3300OHFMHIHJHPJ
boolean getUnk3300OHFMHIHJHPJ()bool Unk3300_OHFMHIHJHPJ = 4;- Returns:
- The unk3300OHFMHIHJHPJ.
-
getGachaRandom
int getGachaRandom()uint32 gacha_random = 9;- Returns:
- The gachaRandom.
-
getUnk3300HBILIAEIHNK
boolean getUnk3300HBILIAEIHNK()bool Unk3300_HBILIAEIHNK = 3;- Returns:
- The unk3300HBILIAEIHNK.
-