Package emu.grasscutter.net.proto
Interface OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnlinePlayerInfoOuterClass.OnlinePlayerInfo,OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder
- Enclosing class:
- OnlinePlayerInfoOuterClass
public static interface OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 4;intgetBlacklistUidList(int index) repeated uint32 blacklist_uid_list = 10;intrepeated uint32 blacklist_uid_list = 10;repeated uint32 blacklist_uid_list = 10;intuint32 cur_player_num_in_world = 6;.MpSettingType mp_setting_type = 5;int.MpSettingType mp_setting_type = 5;intuint32 name_card_id = 9;string nickname = 2;com.google.protobuf.ByteStringstring nickname = 2;string online_id = 8;com.google.protobuf.ByteStringstring online_id = 8;intuint32 player_level = 3;.ProfilePicture profile_picture = 12;.ProfilePicture profile_picture = 12;getPsnId()string psn_id = 13;com.google.protobuf.ByteStringstring psn_id = 13;string signature = 11;com.google.protobuf.ByteStringstring signature = 11;intgetUid()uint32 uid = 1;intuint32 world_level = 7;boolean.ProfilePicture profile_picture = 12;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.
-
getPlayerLevel
int getPlayerLevel()uint32 player_level = 3;- Returns:
- The playerLevel.
-
getAvatarId
int getAvatarId()uint32 avatar_id = 4;- Returns:
- The avatarId.
-
getMpSettingTypeValue
int getMpSettingTypeValue().MpSettingType mp_setting_type = 5;- Returns:
- The enum numeric value on the wire for mpSettingType.
-
getMpSettingType
MpSettingTypeOuterClass.MpSettingType getMpSettingType().MpSettingType mp_setting_type = 5;- Returns:
- The mpSettingType.
-
getCurPlayerNumInWorld
int getCurPlayerNumInWorld()uint32 cur_player_num_in_world = 6;- Returns:
- The curPlayerNumInWorld.
-
getWorldLevel
int getWorldLevel()uint32 world_level = 7;- Returns:
- The worldLevel.
-
getOnlineId
String getOnlineId()string online_id = 8;- Returns:
- The onlineId.
-
getOnlineIdBytes
com.google.protobuf.ByteString getOnlineIdBytes()string online_id = 8;- Returns:
- The bytes for onlineId.
-
getNameCardId
int getNameCardId()uint32 name_card_id = 9;- Returns:
- The nameCardId.
-
getBlacklistUidListList
repeated uint32 blacklist_uid_list = 10;- Returns:
- A list containing the blacklistUidList.
-
getBlacklistUidListCount
int getBlacklistUidListCount()repeated uint32 blacklist_uid_list = 10;- Returns:
- The count of blacklistUidList.
-
getBlacklistUidList
int getBlacklistUidList(int index) repeated uint32 blacklist_uid_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The blacklistUidList at the given index.
-
getSignature
String getSignature()string signature = 11;- Returns:
- The signature.
-
getSignatureBytes
com.google.protobuf.ByteString getSignatureBytes()string signature = 11;- Returns:
- The bytes for signature.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 12;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 12;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 12; -
getPsnId
String getPsnId()string psn_id = 13;- Returns:
- The psnId.
-
getPsnIdBytes
com.google.protobuf.ByteString getPsnIdBytes()string psn_id = 13;- Returns:
- The bytes for psnId.
-