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