Package emu.grasscutter.net.proto
Interface HideAndSeekSettleNotifyOuterClass.HideAndSeekSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HideAndSeekSettleNotifyOuterClass.HideAndSeekSettleNotify,HideAndSeekSettleNotifyOuterClass.HideAndSeekSettleNotify.Builder
- Enclosing class:
- HideAndSeekSettleNotifyOuterClass
public static interface HideAndSeekSettleNotifyOuterClass.HideAndSeekSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cost_time = 15;booleanbool is_record_score = 5;intuint32 play_index = 6;.HideAndSeekSettleNotify.SettleReason reason = 1;int.HideAndSeekSettleNotify.SettleReason reason = 1;getScoreList(int index) repeated .ExhibitionDisplayInfo score_list = 11;intrepeated .ExhibitionDisplayInfo score_list = 11;repeated .ExhibitionDisplayInfo score_list = 11;getScoreListOrBuilder(int index) repeated .ExhibitionDisplayInfo score_list = 11;repeated .ExhibitionDisplayInfo score_list = 11;getSettleInfoList(int index) repeated .HideAndSeekSettleInfo settle_info_list = 4;intrepeated .HideAndSeekSettleInfo settle_info_list = 4;repeated .HideAndSeekSettleInfo settle_info_list = 4;getSettleInfoListOrBuilder(int index) repeated .HideAndSeekSettleInfo settle_info_list = 4;repeated .HideAndSeekSettleInfo settle_info_list = 4;intuint32 stage_type = 7;intgetWinnerList(int index) repeated uint32 winner_list = 2;intrepeated uint32 winner_list = 2;repeated uint32 winner_list = 2;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
-
getPlayIndex
int getPlayIndex()uint32 play_index = 6;- Returns:
- The playIndex.
-
getScoreListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getScoreListList()repeated .ExhibitionDisplayInfo score_list = 11; -
getScoreList
repeated .ExhibitionDisplayInfo score_list = 11; -
getScoreListCount
int getScoreListCount()repeated .ExhibitionDisplayInfo score_list = 11; -
getScoreListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getScoreListOrBuilderList()repeated .ExhibitionDisplayInfo score_list = 11; -
getScoreListOrBuilder
repeated .ExhibitionDisplayInfo score_list = 11; -
getReasonValue
int getReasonValue().HideAndSeekSettleNotify.SettleReason reason = 1;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.HideAndSeekSettleNotify.SettleReason reason = 1;- Returns:
- The reason.
-
getWinnerListList
repeated uint32 winner_list = 2;- Returns:
- A list containing the winnerList.
-
getWinnerListCount
int getWinnerListCount()repeated uint32 winner_list = 2;- Returns:
- The count of winnerList.
-
getWinnerList
int getWinnerList(int index) repeated uint32 winner_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The winnerList at the given index.
-
getCostTime
int getCostTime()uint32 cost_time = 15;- Returns:
- The costTime.
-
getStageType
int getStageType()uint32 stage_type = 7;- Returns:
- The stageType.
-
getIsRecordScore
boolean getIsRecordScore()bool is_record_score = 5;- Returns:
- The isRecordScore.
-
getSettleInfoListList
List<HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfo> getSettleInfoListList()repeated .HideAndSeekSettleInfo settle_info_list = 4; -
getSettleInfoList
repeated .HideAndSeekSettleInfo settle_info_list = 4; -
getSettleInfoListCount
int getSettleInfoListCount()repeated .HideAndSeekSettleInfo settle_info_list = 4; -
getSettleInfoListOrBuilderList
List<? extends HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfoOrBuilder> getSettleInfoListOrBuilderList()repeated .HideAndSeekSettleInfo settle_info_list = 4; -
getSettleInfoListOrBuilder
HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfoOrBuilder getSettleInfoListOrBuilder(int index) repeated .HideAndSeekSettleInfo settle_info_list = 4;
-