Package emu.grasscutter.net.proto
Interface MpPlayOwnerCheckRspOuterClass.MpPlayOwnerCheckRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MpPlayOwnerCheckRspOuterClass.MpPlayOwnerCheckRsp,MpPlayOwnerCheckRspOuterClass.MpPlayOwnerCheckRsp.Builder
- Enclosing class:
- MpPlayOwnerCheckRspOuterClass
public static interface MpPlayOwnerCheckRspOuterClass.MpPlayOwnerCheckRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_skip_match = 15;intuint32 mp_play_id = 9;intint32 retcode = 6;intuint32 wrong_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
-
getWrongUid
int getWrongUid()uint32 wrong_uid = 4;- Returns:
- The wrongUid.
-
getMpPlayId
int getMpPlayId()uint32 mp_play_id = 9;- Returns:
- The mpPlayId.
-
getIsSkipMatch
boolean getIsSkipMatch()bool is_skip_match = 15;- Returns:
- The isSkipMatch.
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-