Package emu.grasscutter.net.proto
Interface PlayerStartMatchRspOuterClass.PlayerStartMatchRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerStartMatchRspOuterClass.PlayerStartMatchRsp,PlayerStartMatchRspOuterClass.PlayerStartMatchRsp.Builder
- Enclosing class:
- PlayerStartMatchRspOuterClass
public static interface PlayerStartMatchRspOuterClass.PlayerStartMatchRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 1;intuint32 match_id = 12;.MatchType match_type = 10;int.MatchType match_type = 10;intuint32 mechanicus_difficult_level = 3;intuint32 mp_play_id = 11;intgetParam()uint32 param = 7;intuint32 punish_end_time = 8;intint32 retcode = 6;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
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 1;- Returns:
- The dungeonId.
-
getMatchId
int getMatchId()uint32 match_id = 12;- Returns:
- The matchId.
-
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 10;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 10;- Returns:
- The matchType.
-
getPunishEndTime
int getPunishEndTime()uint32 punish_end_time = 8;- Returns:
- The punishEndTime.
-
getMpPlayId
int getMpPlayId()uint32 mp_play_id = 11;- Returns:
- The mpPlayId.
-
getParam
int getParam()uint32 param = 7;- Returns:
- The param.
-
getMechanicusDifficultLevel
int getMechanicusDifficultLevel()uint32 mechanicus_difficult_level = 3;- Returns:
- The mechanicusDifficultLevel.
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-