Package emu.grasscutter.net.proto
Interface PlayerApplyEnterMpAfterMatchAgreedNotifyOuterClass.PlayerApplyEnterMpAfterMatchAgreedNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerApplyEnterMpAfterMatchAgreedNotifyOuterClass.PlayerApplyEnterMpAfterMatchAgreedNotify,PlayerApplyEnterMpAfterMatchAgreedNotifyOuterClass.PlayerApplyEnterMpAfterMatchAgreedNotify.Builder
- Enclosing class:
- PlayerApplyEnterMpAfterMatchAgreedNotifyOuterClass
public static interface PlayerApplyEnterMpAfterMatchAgreedNotifyOuterClass.PlayerApplyEnterMpAfterMatchAgreedNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 matchserver_id = 3;.MatchType match_type = 5;int.MatchType match_type = 5;.OnlinePlayerInfo src_player_info = 7;.OnlinePlayerInfo src_player_info = 7;boolean.OnlinePlayerInfo src_player_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
-
getMatchserverId
int getMatchserverId()uint32 matchserver_id = 3;- Returns:
- The matchserverId.
-
hasSrcPlayerInfo
boolean hasSrcPlayerInfo().OnlinePlayerInfo src_player_info = 7;- Returns:
- Whether the srcPlayerInfo field is set.
-
getSrcPlayerInfo
OnlinePlayerInfoOuterClass.OnlinePlayerInfo getSrcPlayerInfo().OnlinePlayerInfo src_player_info = 7;- Returns:
- The srcPlayerInfo.
-
getSrcPlayerInfoOrBuilder
OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getSrcPlayerInfoOrBuilder().OnlinePlayerInfo src_player_info = 7; -
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 5;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 5;- Returns:
- The matchType.
-