Package emu.grasscutter.net.proto
Interface RogueDiaryProgressOuterClass.RogueDiaryProgressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RogueDiaryProgressOuterClass.RogueDiaryProgress,RogueDiaryProgressOuterClass.RogueDiaryProgress.Builder
- Enclosing class:
- RogueDiaryProgressOuterClass
public static interface RogueDiaryProgressOuterClass.RogueDiaryProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_round = 8;intuint32 difficulty = 3;booleanbool is_enter_dungeon = 4;intgetOptionalCardList(int index) repeated uint32 optional_card_list = 5;intrepeated uint32 optional_card_list = 5;repeated uint32 optional_card_list = 5;intuint32 stage_id = 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
-
getIsEnterDungeon
boolean getIsEnterDungeon()bool is_enter_dungeon = 4;- Returns:
- The isEnterDungeon.
-
getStageId
int getStageId()uint32 stage_id = 1;- Returns:
- The stageId.
-
getOptionalCardListList
repeated uint32 optional_card_list = 5;- Returns:
- A list containing the optionalCardList.
-
getOptionalCardListCount
int getOptionalCardListCount()repeated uint32 optional_card_list = 5;- Returns:
- The count of optionalCardList.
-
getOptionalCardList
int getOptionalCardList(int index) repeated uint32 optional_card_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The optionalCardList at the given index.
-
getDifficulty
int getDifficulty()uint32 difficulty = 3;- Returns:
- The difficulty.
-
getCurRound
int getCurRound()uint32 cur_round = 8;- Returns:
- The curRound.
-