Package emu.grasscutter.net.proto
Interface HomeGroupPlayerInfoOuterClass.HomeGroupPlayerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeGroupPlayerInfoOuterClass.HomeGroupPlayerInfo,HomeGroupPlayerInfoOuterClass.HomeGroupPlayerInfo.Builder
- Enclosing class:
- HomeGroupPlayerInfoOuterClass
public static interface HomeGroupPlayerInfoOuterClass.HomeGroupPlayerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring nickname = 9;com.google.protobuf.ByteStringstring nickname = 9;string online_id = 11;com.google.protobuf.ByteStringstring online_id = 11;intuint32 player_level = 14;.ProfilePicture profile_picture = 6;.ProfilePicture profile_picture = 6;getPsnId()string psn_id = 1;com.google.protobuf.ByteStringstring psn_id = 1;intgetUid()uint32 uid = 10;boolean.ProfilePicture profile_picture = 6;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 = 10;- Returns:
- The uid.
-
getPlayerLevel
int getPlayerLevel()uint32 player_level = 14;- Returns:
- The playerLevel.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 6;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 6;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 6; -
getPsnId
String getPsnId()string psn_id = 1;- Returns:
- The psnId.
-
getPsnIdBytes
com.google.protobuf.ByteString getPsnIdBytes()string psn_id = 1;- Returns:
- The bytes for psnId.
-
getNickname
String getNickname()string nickname = 9;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 9;- Returns:
- The bytes for nickname.
-
getOnlineId
String getOnlineId()string online_id = 11;- Returns:
- The onlineId.
-
getOnlineIdBytes
com.google.protobuf.ByteString getOnlineIdBytes()string online_id = 11;- Returns:
- The bytes for onlineId.
-