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 = 4;intuint32 difficulty = 10;booleanbool is_enter_dungeon = 3;intgetOptionalCardList(int index) repeated uint32 optional_card_list = 5;intrepeated uint32 optional_card_list = 5;repeated uint32 optional_card_list = 5;intuint32 stage_id = 6;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
-
getDifficulty
int getDifficulty()uint32 difficulty = 10;- Returns:
- The difficulty.
-
getIsEnterDungeon
boolean getIsEnterDungeon()bool is_enter_dungeon = 3;- Returns:
- The isEnterDungeon.
-
getStageId
int getStageId()uint32 stage_id = 6;- 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.
-
getCurRound
int getCurRound()uint32 cur_round = 4;- Returns:
- The curRound.
-