Package emu.grasscutter.net.proto
Interface DoGachaRspOuterClass.DoGachaRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DoGachaRspOuterClass.DoGachaRsp,DoGachaRspOuterClass.DoGachaRsp.Builder
- Enclosing class:
- DoGachaRspOuterClass
public static interface DoGachaRspOuterClass.DoGachaRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cost_item_id = 7;intuint32 cost_item_num = 8;intuint32 cur_schedule_daily_gacha_times = 1550;intuint32 daily_gacha_times = 467;getGachaItemList(int index) repeated .GachaItem gacha_item_list = 9;intrepeated .GachaItem gacha_item_list = 9;repeated .GachaItem gacha_item_list = 9;getGachaItemListOrBuilder(int index) repeated .GachaItem gacha_item_list = 9;List<? extends GachaItemOuterClass.GachaItemOrBuilder>repeated .GachaItem gacha_item_list = 9;intuint32 gacha_schedule_id = 14;intuint32 gacha_times = 4;intuint32 gacha_times_limit = 15;intuint32 gacha_type = 10;intuint32 left_gacha_times = 3;intuint32 new_gacha_random = 6;intint32 retcode = 11;intuint32 ten_cost_item_id = 13;intuint32 ten_cost_item_num = 2;booleanbool Unk3300_HBILIAEIHNK = 1887;booleanbool Unk3300_OHFMHIHJHPJ = 1812;intuint32 wish_item_id = 12;intuint32 wish_max_progress = 5;intuint32 wish_progress = 1;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
-
getUnk3300OHFMHIHJHPJ
boolean getUnk3300OHFMHIHJHPJ()bool Unk3300_OHFMHIHJHPJ = 1812;- Returns:
- The unk3300OHFMHIHJHPJ.
-
getLeftGachaTimes
int getLeftGachaTimes()uint32 left_gacha_times = 3;- Returns:
- The leftGachaTimes.
-
getGachaItemListList
List<GachaItemOuterClass.GachaItem> getGachaItemListList()repeated .GachaItem gacha_item_list = 9; -
getGachaItemList
repeated .GachaItem gacha_item_list = 9; -
getGachaItemListCount
int getGachaItemListCount()repeated .GachaItem gacha_item_list = 9; -
getGachaItemListOrBuilderList
List<? extends GachaItemOuterClass.GachaItemOrBuilder> getGachaItemListOrBuilderList()repeated .GachaItem gacha_item_list = 9; -
getGachaItemListOrBuilder
repeated .GachaItem gacha_item_list = 9; -
getUnk3300HBILIAEIHNK
boolean getUnk3300HBILIAEIHNK()bool Unk3300_HBILIAEIHNK = 1887;- Returns:
- The unk3300HBILIAEIHNK.
-
getGachaType
int getGachaType()uint32 gacha_type = 10;- Returns:
- The gachaType.
-
getNewGachaRandom
int getNewGachaRandom()uint32 new_gacha_random = 6;- Returns:
- The newGachaRandom.
-
getWishProgress
int getWishProgress()uint32 wish_progress = 1;- Returns:
- The wishProgress.
-
getWishMaxProgress
int getWishMaxProgress()uint32 wish_max_progress = 5;- Returns:
- The wishMaxProgress.
-
getGachaTimes
int getGachaTimes()uint32 gacha_times = 4;- Returns:
- The gachaTimes.
-
getGachaTimesLimit
int getGachaTimesLimit()uint32 gacha_times_limit = 15;- Returns:
- The gachaTimesLimit.
-
getWishItemId
int getWishItemId()uint32 wish_item_id = 12;- Returns:
- The wishItemId.
-
getTenCostItemId
int getTenCostItemId()uint32 ten_cost_item_id = 13;- Returns:
- The tenCostItemId.
-
getCostItemNum
int getCostItemNum()uint32 cost_item_num = 8;- Returns:
- The costItemNum.
-
getTenCostItemNum
int getTenCostItemNum()uint32 ten_cost_item_num = 2;- Returns:
- The tenCostItemNum.
-
getCurScheduleDailyGachaTimes
int getCurScheduleDailyGachaTimes()uint32 cur_schedule_daily_gacha_times = 1550;- Returns:
- The curScheduleDailyGachaTimes.
-
getCostItemId
int getCostItemId()uint32 cost_item_id = 7;- Returns:
- The costItemId.
-
getGachaScheduleId
int getGachaScheduleId()uint32 gacha_schedule_id = 14;- Returns:
- The gachaScheduleId.
-
getDailyGachaTimes
int getDailyGachaTimes()uint32 daily_gacha_times = 467;- Returns:
- The dailyGachaTimes.
-
getRetcode
int getRetcode()int32 retcode = 11;- Returns:
- The retcode.
-