Package emu.grasscutter.net.proto
Interface TeamChainSettleInfoOuterClass.TeamChainSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TeamChainSettleInfoOuterClass.TeamChainSettleInfo,TeamChainSettleInfoOuterClass.TeamChainSettleInfo.Builder
- Enclosing class:
- TeamChainSettleInfoOuterClass
public static interface TeamChainSettleInfoOuterClass.TeamChainSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty = 12;booleanbool is_new_record = 9;intgetScoreList(int index) repeated uint32 score_list = 6;intrepeated uint32 score_list = 6;repeated uint32 score_list = 6;intuint32 stage_id = 1;intuint32 total_score = 8;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 = 12;- Returns:
- The difficulty.
-
getTotalScore
int getTotalScore()uint32 total_score = 8;- Returns:
- The totalScore.
-
getStageId
int getStageId()uint32 stage_id = 1;- Returns:
- The stageId.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 9;- Returns:
- The isNewRecord.
-
getScoreListList
repeated uint32 score_list = 6;- Returns:
- A list containing the scoreList.
-
getScoreListCount
int getScoreListCount()repeated uint32 score_list = 6;- Returns:
- The count of scoreList.
-
getScoreList
int getScoreList(int index) repeated uint32 score_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The scoreList at the given index.
-