Package emu.grasscutter.net.proto
Interface PlayerStartMatchReqOuterClass.PlayerStartMatchReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerStartMatchReqOuterClass.PlayerStartMatchReq,PlayerStartMatchReqOuterClass.PlayerStartMatchReq.Builder
- Enclosing class:
- PlayerStartMatchReqOuterClass
public static interface PlayerStartMatchReqOuterClass.PlayerStartMatchReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 10;intuint32 match_id = 2;intgetMatchParamList(int index) repeated uint32 match_param_list = 3;intrepeated uint32 match_param_list = 3;repeated uint32 match_param_list = 3;.MatchType match_type = 8;int.MatchType match_type = 8;intuint32 mechanicus_difficult_level = 15;intuint32 mp_play_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
-
getMpPlayId
int getMpPlayId()uint32 mp_play_id = 12;- Returns:
- The mpPlayId.
-
getMechanicusDifficultLevel
int getMechanicusDifficultLevel()uint32 mechanicus_difficult_level = 15;- Returns:
- The mechanicusDifficultLevel.
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 10;- Returns:
- The dungeonId.
-
getMatchId
int getMatchId()uint32 match_id = 2;- Returns:
- The matchId.
-
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 8;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 8;- Returns:
- The matchType.
-
getMatchParamListList
repeated uint32 match_param_list = 3;- Returns:
- A list containing the matchParamList.
-
getMatchParamListCount
int getMatchParamListCount()repeated uint32 match_param_list = 3;- Returns:
- The count of matchParamList.
-
getMatchParamList
int getMatchParamList(int index) repeated uint32 match_param_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The matchParamList at the given index.
-