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 = 15;com.google.protobuf.ByteStringstring nickname = 15;string online_id = 8;com.google.protobuf.ByteStringstring online_id = 8;intuint32 player_level = 12;.ProfilePicture profile_picture = 13;.ProfilePicture profile_picture = 13;getPsnId()string psn_id = 6;com.google.protobuf.ByteStringstring psn_id = 6;intgetUid()uint32 uid = 7;boolean.ProfilePicture profile_picture = 13;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
-
getPlayerLevel
int getPlayerLevel()uint32 player_level = 12;- Returns:
- The playerLevel.
-
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.
-
getNickname
String getNickname()string nickname = 15;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 15;- Returns:
- The bytes for nickname.
-
getUid
int getUid()uint32 uid = 7;- Returns:
- The uid.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 13;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 13;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 13; -
getPsnId
String getPsnId()string psn_id = 6;- Returns:
- The psnId.
-
getPsnIdBytes
com.google.protobuf.ByteString getPsnIdBytes()string psn_id = 6;- Returns:
- The bytes for psnId.
-