Package emu.grasscutter.net.proto
Interface PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify,PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotify.Builder
- Enclosing class:
- PlayerApplyEnterMpResultNotifyOuterClass
public static interface PlayerApplyEnterMpResultNotifyOuterClass.PlayerApplyEnterMpResultNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_agreed = 8;.PlayerApplyEnterMpResultNotify.Reason reason = 3;int.PlayerApplyEnterMpResultNotify.Reason reason = 3;string target_nickname = 4;com.google.protobuf.ByteStringstring target_nickname = 4;intuint32 target_uid = 9;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 = 9;- Returns:
- The targetUid.
-
getIsAgreed
boolean getIsAgreed()bool is_agreed = 8;- Returns:
- The isAgreed.
-
getTargetNickname
String getTargetNickname()string target_nickname = 4;- Returns:
- The targetNickname.
-
getTargetNicknameBytes
com.google.protobuf.ByteString getTargetNicknameBytes()string target_nickname = 4;- Returns:
- The bytes for targetNickname.
-
getReasonValue
int getReasonValue().PlayerApplyEnterMpResultNotify.Reason reason = 3;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.PlayerApplyEnterMpResultNotify.Reason reason = 3;- Returns:
- The reason.
-