Package emu.grasscutter.net.proto
Interface PlayerApplyEnterMpRspOuterClass.PlayerApplyEnterMpRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerApplyEnterMpRspOuterClass.PlayerApplyEnterMpRsp,PlayerApplyEnterMpRspOuterClass.PlayerApplyEnterMpRsp.Builder
- Enclosing class:
- PlayerApplyEnterMpRspOuterClass
public static interface PlayerApplyEnterMpRspOuterClass.PlayerApplyEnterMpRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetParam()uint32 param = 2;intint32 retcode = 11;intuint32 target_uid = 14;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
-
getTargetUid
int getTargetUid()uint32 target_uid = 14;- Returns:
- The targetUid.
-
getRetcode
int getRetcode()int32 retcode = 11;- Returns:
- The retcode.
-
getParam
int getParam()uint32 param = 2;- Returns:
- The param.
-