Package emu.grasscutter.net.proto
Interface PlayerConfirmMatchRspOuterClass.PlayerConfirmMatchRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerConfirmMatchRspOuterClass.PlayerConfirmMatchRsp,PlayerConfirmMatchRspOuterClass.PlayerConfirmMatchRsp.Builder
- Enclosing class:
- PlayerConfirmMatchRspOuterClass
public static interface PlayerConfirmMatchRspOuterClass.PlayerConfirmMatchRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_agreed = 10;intuint32 match_id = 5;.MatchType match_type = 1;int.MatchType match_type = 1;intint32 retcode = 11;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
-
getIsAgreed
boolean getIsAgreed()bool is_agreed = 10;- Returns:
- The isAgreed.
-
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 1;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 1;- Returns:
- The matchType.
-
getRetcode
int getRetcode()int32 retcode = 11;- Returns:
- The retcode.
-
getMatchId
int getMatchId()uint32 match_id = 5;- Returns:
- The matchId.
-