Package emu.grasscutter.net.proto
Interface SetPlayerHeadImageRspOuterClass.SetPlayerHeadImageRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetPlayerHeadImageRspOuterClass.SetPlayerHeadImageRsp,SetPlayerHeadImageRspOuterClass.SetPlayerHeadImageRsp.Builder
- Enclosing class:
- SetPlayerHeadImageRspOuterClass
public static interface SetPlayerHeadImageRspOuterClass.SetPlayerHeadImageRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 2;.ProfilePicture profile_picture = 10;.ProfilePicture profile_picture = 10;intint32 retcode = 15;boolean.ProfilePicture profile_picture = 10;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
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 10;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 10;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 10; -
getRetcode
int getRetcode()int32 retcode = 15;- Returns:
- The retcode.
-
getAvatarId
int getAvatarId()uint32 avatar_id = 2;- Returns:
- The avatarId.
-