Package emu.grasscutter.net.proto
Interface PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify,PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotify.Builder
- Enclosing class:
- PlayerMatchSuccNotifyOuterClass
public static interface PlayerMatchSuccNotifyOuterClass.PlayerMatchSuccNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 confirm_end_time = 13;intuint32 dungeon_id = 3;.GCGMatchInfo gcg_match_info = 9;.GCGMatchInfo gcg_match_info = 9;.GeneralMatchInfo general_match_info = 7;.GeneralMatchInfo general_match_info = 7;intuint32 host_uid = 10;.MatchType match_type = 15;int.MatchType match_type = 15;intuint32 mechanicus_difficult_level = 5;intuint32 mp_play_id = 11;boolean.GCGMatchInfo gcg_match_info = 9;boolean.GeneralMatchInfo general_match_info = 7;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
-
hasGeneralMatchInfo
boolean hasGeneralMatchInfo().GeneralMatchInfo general_match_info = 7;- Returns:
- Whether the generalMatchInfo field is set.
-
getGeneralMatchInfo
GeneralMatchInfoOuterClass.GeneralMatchInfo getGeneralMatchInfo().GeneralMatchInfo general_match_info = 7;- Returns:
- The generalMatchInfo.
-
getGeneralMatchInfoOrBuilder
GeneralMatchInfoOuterClass.GeneralMatchInfoOrBuilder getGeneralMatchInfoOrBuilder().GeneralMatchInfo general_match_info = 7; -
getDungeonId
int getDungeonId()uint32 dungeon_id = 3;- Returns:
- The dungeonId.
-
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 15;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 15;- Returns:
- The matchType.
-
getMechanicusDifficultLevel
int getMechanicusDifficultLevel()uint32 mechanicus_difficult_level = 5;- Returns:
- The mechanicusDifficultLevel.
-
getConfirmEndTime
int getConfirmEndTime()uint32 confirm_end_time = 13;- Returns:
- The confirmEndTime.
-
hasGcgMatchInfo
boolean hasGcgMatchInfo().GCGMatchInfo gcg_match_info = 9;- Returns:
- Whether the gcgMatchInfo field is set.
-
getGcgMatchInfo
GCGMatchInfoOuterClass.GCGMatchInfo getGcgMatchInfo().GCGMatchInfo gcg_match_info = 9;- Returns:
- The gcgMatchInfo.
-
getGcgMatchInfoOrBuilder
GCGMatchInfoOuterClass.GCGMatchInfoOrBuilder getGcgMatchInfoOrBuilder().GCGMatchInfo gcg_match_info = 9; -
getMpPlayId
int getMpPlayId()uint32 mp_play_id = 11;- Returns:
- The mpPlayId.
-
getHostUid
int getHostUid()uint32 host_uid = 10;- Returns:
- The hostUid.
-