Package emu.grasscutter.net.proto
Interface SocialDetailOuterClass.SocialDetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SocialDetailOuterClass.SocialDetail,SocialDetailOuterClass.SocialDetail.Builder
- Enclosing class:
- SocialDetailOuterClass
public static interface SocialDetailOuterClass.SocialDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 4;.Birthday birthday = 6;.Birthday birthday = 6;intuint32 finish_achievement_num = 18;.FriendEnterHomeOption friend_enter_home_option = 24;int.FriendEnterHomeOption friend_enter_home_option = 24;string ip_code = 26;com.google.protobuf.ByteStringstring ip_code = 26;booleanbool is_chat_no_disturb = 16;booleanbool is_friend = 11;booleanbool is_in_blacklist = 15;booleanbool is_mp_mode_available = 12;booleanbool is_show_avatar = 21;intgetLevel()uint32 level = 3;intuint32 name_card_id = 14;string nickname = 2;com.google.protobuf.ByteStringstring nickname = 2;string online_id = 13;com.google.protobuf.ByteStringstring online_id = 13;.FriendOnlineState online_state = 9;int.FriendOnlineState online_state = 9;intgetParam()uint32 param = 10;.ProfilePicture profile_picture = 25;.ProfilePicture profile_picture = 25;string remark_name = 17;com.google.protobuf.ByteStringstring remark_name = 17;intgetReservedList(int index) repeated uint32 reserved_list = 8;intrepeated uint32 reserved_list = 8;repeated uint32 reserved_list = 8;getShowAvatarInfoList(int index) repeated .SocialShowAvatarInfo show_avatar_info_list = 22;intrepeated .SocialShowAvatarInfo show_avatar_info_list = 22;repeated .SocialShowAvatarInfo show_avatar_info_list = 22;getShowAvatarInfoListOrBuilder(int index) repeated .SocialShowAvatarInfo show_avatar_info_list = 22;repeated .SocialShowAvatarInfo show_avatar_info_list = 22;intgetShowNameCardIdList(int index) repeated uint32 show_name_card_id_list = 23;intrepeated uint32 show_name_card_id_list = 23;repeated uint32 show_name_card_id_list = 23;string signature = 5;com.google.protobuf.ByteStringstring signature = 5;intuint32 tower_floor_index = 19;intuint32 tower_level_index = 20;intgetUid()uint32 uid = 1;intuint32 world_level = 7;boolean.Birthday birthday = 6;boolean.ProfilePicture profile_picture = 25;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
-
getUid
int getUid()uint32 uid = 1;- Returns:
- The uid.
-
getNickname
String getNickname()string nickname = 2;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 2;- Returns:
- The bytes for nickname.
-
getLevel
int getLevel()uint32 level = 3;- Returns:
- The level.
-
getAvatarId
int getAvatarId()uint32 avatar_id = 4;- Returns:
- The avatarId.
-
getSignature
String getSignature()string signature = 5;- Returns:
- The signature.
-
getSignatureBytes
com.google.protobuf.ByteString getSignatureBytes()string signature = 5;- Returns:
- The bytes for signature.
-
hasBirthday
boolean hasBirthday().Birthday birthday = 6;- Returns:
- Whether the birthday field is set.
-
getBirthday
BirthdayOuterClass.Birthday getBirthday().Birthday birthday = 6;- Returns:
- The birthday.
-
getBirthdayOrBuilder
BirthdayOuterClass.BirthdayOrBuilder getBirthdayOrBuilder().Birthday birthday = 6; -
getWorldLevel
int getWorldLevel()uint32 world_level = 7;- Returns:
- The worldLevel.
-
getReservedListList
repeated uint32 reserved_list = 8;- Returns:
- A list containing the reservedList.
-
getReservedListCount
int getReservedListCount()repeated uint32 reserved_list = 8;- Returns:
- The count of reservedList.
-
getReservedList
int getReservedList(int index) repeated uint32 reserved_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The reservedList at the given index.
-
getOnlineStateValue
int getOnlineStateValue().FriendOnlineState online_state = 9;- Returns:
- The enum numeric value on the wire for onlineState.
-
getOnlineState
FriendOnlineStateOuterClass.FriendOnlineState getOnlineState().FriendOnlineState online_state = 9;- Returns:
- The onlineState.
-
getParam
int getParam()uint32 param = 10;- Returns:
- The param.
-
getIsFriend
boolean getIsFriend()bool is_friend = 11;- Returns:
- The isFriend.
-
getIsMpModeAvailable
boolean getIsMpModeAvailable()bool is_mp_mode_available = 12;- Returns:
- The isMpModeAvailable.
-
getOnlineId
String getOnlineId()string online_id = 13;- Returns:
- The onlineId.
-
getOnlineIdBytes
com.google.protobuf.ByteString getOnlineIdBytes()string online_id = 13;- Returns:
- The bytes for onlineId.
-
getNameCardId
int getNameCardId()uint32 name_card_id = 14;- Returns:
- The nameCardId.
-
getIsInBlacklist
boolean getIsInBlacklist()bool is_in_blacklist = 15;- Returns:
- The isInBlacklist.
-
getIsChatNoDisturb
boolean getIsChatNoDisturb()bool is_chat_no_disturb = 16;- Returns:
- The isChatNoDisturb.
-
getRemarkName
String getRemarkName()string remark_name = 17;- Returns:
- The remarkName.
-
getRemarkNameBytes
com.google.protobuf.ByteString getRemarkNameBytes()string remark_name = 17;- Returns:
- The bytes for remarkName.
-
getFinishAchievementNum
int getFinishAchievementNum()uint32 finish_achievement_num = 18;- Returns:
- The finishAchievementNum.
-
getTowerFloorIndex
int getTowerFloorIndex()uint32 tower_floor_index = 19;- Returns:
- The towerFloorIndex.
-
getTowerLevelIndex
int getTowerLevelIndex()uint32 tower_level_index = 20;- Returns:
- The towerLevelIndex.
-
getIsShowAvatar
boolean getIsShowAvatar()bool is_show_avatar = 21;- Returns:
- The isShowAvatar.
-
getShowAvatarInfoListList
List<SocialShowAvatarInfoOuterClass.SocialShowAvatarInfo> getShowAvatarInfoListList()repeated .SocialShowAvatarInfo show_avatar_info_list = 22; -
getShowAvatarInfoList
repeated .SocialShowAvatarInfo show_avatar_info_list = 22; -
getShowAvatarInfoListCount
int getShowAvatarInfoListCount()repeated .SocialShowAvatarInfo show_avatar_info_list = 22; -
getShowAvatarInfoListOrBuilderList
List<? extends SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder> getShowAvatarInfoListOrBuilderList()repeated .SocialShowAvatarInfo show_avatar_info_list = 22; -
getShowAvatarInfoListOrBuilder
SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(int index) repeated .SocialShowAvatarInfo show_avatar_info_list = 22; -
getShowNameCardIdListList
repeated uint32 show_name_card_id_list = 23;- Returns:
- A list containing the showNameCardIdList.
-
getShowNameCardIdListCount
int getShowNameCardIdListCount()repeated uint32 show_name_card_id_list = 23;- Returns:
- The count of showNameCardIdList.
-
getShowNameCardIdList
int getShowNameCardIdList(int index) repeated uint32 show_name_card_id_list = 23;- Parameters:
index- The index of the element to return.- Returns:
- The showNameCardIdList at the given index.
-
getFriendEnterHomeOptionValue
int getFriendEnterHomeOptionValue().FriendEnterHomeOption friend_enter_home_option = 24;- Returns:
- The enum numeric value on the wire for friendEnterHomeOption.
-
getFriendEnterHomeOption
FriendEnterHomeOptionOuterClass.FriendEnterHomeOption getFriendEnterHomeOption().FriendEnterHomeOption friend_enter_home_option = 24;- Returns:
- The friendEnterHomeOption.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 25;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 25;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 25; -
getIpCode
String getIpCode()string ip_code = 26;- Returns:
- The ipCode.
-
getIpCodeBytes
com.google.protobuf.ByteString getIpCodeBytes()string ip_code = 26;- Returns:
- The bytes for ipCode.
-