Package emu.grasscutter.net.proto
Interface InstableSprayStageInfoOuterClass.InstableSprayStageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstableSprayStageInfoOuterClass.InstableSprayStageInfo,InstableSprayStageInfoOuterClass.InstableSprayStageInfo.Builder
- Enclosing class:
- InstableSprayStageInfoOuterClass
public static interface InstableSprayStageInfoOuterClass.InstableSprayStageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_finished = 4;intuint32 max_score = 13;intuint32 stage_id = 15;getTeamInfoList(int index) repeated .InstableSprayTeamInfo team_info_list = 10;intrepeated .InstableSprayTeamInfo team_info_list = 10;repeated .InstableSprayTeamInfo team_info_list = 10;getTeamInfoListOrBuilder(int index) repeated .InstableSprayTeamInfo team_info_list = 10;repeated .InstableSprayTeamInfo team_info_list = 10;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
-
getMaxScore
int getMaxScore()uint32 max_score = 13;- Returns:
- The maxScore.
-
getIsFinished
boolean getIsFinished()bool is_finished = 4;- Returns:
- The isFinished.
-
getStageId
int getStageId()uint32 stage_id = 15;- Returns:
- The stageId.
-
getTeamInfoListList
List<InstableSprayTeamInfoOuterClass.InstableSprayTeamInfo> getTeamInfoListList()repeated .InstableSprayTeamInfo team_info_list = 10; -
getTeamInfoList
repeated .InstableSprayTeamInfo team_info_list = 10; -
getTeamInfoListCount
int getTeamInfoListCount()repeated .InstableSprayTeamInfo team_info_list = 10; -
getTeamInfoListOrBuilderList
List<? extends InstableSprayTeamInfoOuterClass.InstableSprayTeamInfoOrBuilder> getTeamInfoListOrBuilderList()repeated .InstableSprayTeamInfo team_info_list = 10; -
getTeamInfoListOrBuilder
repeated .InstableSprayTeamInfo team_info_list = 10;
-