Package emu.grasscutter.net.proto
Interface InstableSprayDungeonSettleInfoOuterClass.InstableSprayDungeonSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstableSprayDungeonSettleInfoOuterClass.InstableSprayDungeonSettleInfo,InstableSprayDungeonSettleInfoOuterClass.InstableSprayDungeonSettleInfo.Builder
- Enclosing class:
- InstableSprayDungeonSettleInfoOuterClass
public static interface InstableSprayDungeonSettleInfoOuterClass.InstableSprayDungeonSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty = 1;booleanbool is_new_record = 15;intuint32 level_id = 2;intgetRound()uint32 round = 4;intgetScoreList(int index) repeated uint32 score_list = 14;intrepeated uint32 score_list = 14;repeated uint32 score_list = 14;intuint32 stage_id = 9;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
-
getStageId
int getStageId()uint32 stage_id = 9;- Returns:
- The stageId.
-
getScoreListList
repeated uint32 score_list = 14;- Returns:
- A list containing the scoreList.
-
getScoreListCount
int getScoreListCount()repeated uint32 score_list = 14;- Returns:
- The count of scoreList.
-
getScoreList
int getScoreList(int index) repeated uint32 score_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The scoreList at the given index.
-
getLevelId
int getLevelId()uint32 level_id = 2;- Returns:
- The levelId.
-
getRound
int getRound()uint32 round = 4;- Returns:
- The round.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 15;- Returns:
- The isNewRecord.
-
getDifficulty
int getDifficulty()uint32 difficulty = 1;- Returns:
- The difficulty.
-