Package emu.grasscutter.net.proto
Interface PlayerCancelMatchRspOuterClass.PlayerCancelMatchRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerCancelMatchRspOuterClass.PlayerCancelMatchRsp,PlayerCancelMatchRspOuterClass.PlayerCancelMatchRsp.Builder
- Enclosing class:
- PlayerCancelMatchRspOuterClass
public static interface PlayerCancelMatchRspOuterClass.PlayerCancelMatchRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.MatchType match_type = 10;int.MatchType match_type = 10;intint32 retcode = 5;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
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
getMatchTypeValue
int getMatchTypeValue().MatchType match_type = 10;- Returns:
- The enum numeric value on the wire for matchType.
-
getMatchType
MatchTypeOuterClass.MatchType getMatchType().MatchType match_type = 10;- Returns:
- The matchType.
-