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