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 = 15;booleanbool is_new_record = 9;intgetScoreList(int index) repeated uint32 score_list = 3;intrepeated uint32 score_list = 3;repeated uint32 score_list = 3;intuint32 stage_id = 12;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 = 12;- Returns:
- The stageId.
-
getDifficulty
int getDifficulty()uint32 difficulty = 15;- Returns:
- The difficulty.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 9;- Returns:
- The isNewRecord.
-
getScoreListList
repeated uint32 score_list = 3;- Returns:
- A list containing the scoreList.
-
getScoreListCount
int getScoreListCount()repeated uint32 score_list = 3;- Returns:
- The count of scoreList.
-
getScoreList
int getScoreList(int index) repeated uint32 score_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The scoreList at the given index.
-