Package emu.grasscutter.net.proto
Interface GCGControllerShowInfoOuterClass.GCGControllerShowInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGControllerShowInfoOuterClass.GCGControllerShowInfo,GCGControllerShowInfoOuterClass.GCGControllerShowInfo.Builder
- Enclosing class:
- GCGControllerShowInfoOuterClass
public static interface GCGControllerShowInfoOuterClass.GCGControllerShowInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 controller_id = 11;string nick_name = 10;com.google.protobuf.ByteStringstring nick_name = 10;string online_id = 15;com.google.protobuf.ByteStringstring online_id = 15;.ProfilePicture profile_picture = 3;.ProfilePicture profile_picture = 3;getPsnId()string psn_id = 12;com.google.protobuf.ByteStringstring psn_id = 12;boolean.ProfilePicture profile_picture = 3;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
-
getPsnId
String getPsnId()string psn_id = 12;- Returns:
- The psnId.
-
getPsnIdBytes
com.google.protobuf.ByteString getPsnIdBytes()string psn_id = 12;- Returns:
- The bytes for psnId.
-
getNickName
String getNickName()string nick_name = 10;- Returns:
- The nickName.
-
getNickNameBytes
com.google.protobuf.ByteString getNickNameBytes()string nick_name = 10;- Returns:
- The bytes for nickName.
-
getOnlineId
String getOnlineId()string online_id = 15;- Returns:
- The onlineId.
-
getOnlineIdBytes
com.google.protobuf.ByteString getOnlineIdBytes()string online_id = 15;- Returns:
- The bytes for onlineId.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 3;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 3;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 3; -
getControllerId
int getControllerId()uint32 controller_id = 11;- Returns:
- The controllerId.
-