Package emu.grasscutter.net.proto
Interface PlayerMatchAgreedResultNotifyOuterClass.PlayerMatchAgreedResultNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerMatchAgreedResultNotifyOuterClass.PlayerMatchAgreedResultNotify,PlayerMatchAgreedResultNotifyOuterClass.PlayerMatchAgreedResultNotify.Builder
- Enclosing class:
- PlayerMatchAgreedResultNotifyOuterClass
public static interface PlayerMatchAgreedResultNotifyOuterClass.PlayerMatchAgreedResultNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.MatchType match_type = 12;int.MatchType match_type = 12;.PlayerMatchAgreedResultNotify.Reason reason = 13;int.PlayerMatchAgreedResultNotify.Reason reason = 13;intuint32 target_uid = 4;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
-
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 12;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 12;- Returns:
- The matchType.
-
getTargetUid
int getTargetUid()uint32 target_uid = 4;- Returns:
- The targetUid.
-
getReasonValue
int getReasonValue().PlayerMatchAgreedResultNotify.Reason reason = 13;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.PlayerMatchAgreedResultNotify.Reason reason = 13;- Returns:
- The reason.
-