Package emu.grasscutter.net.proto
Interface SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SocialShowAvatarInfoOuterClass.SocialShowAvatarInfo,SocialShowAvatarInfoOuterClass.SocialShowAvatarInfo.Builder
- Enclosing class:
- SocialShowAvatarInfoOuterClass
public static interface SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 avatar_id = 1;intuint32 costume_id = 3;intgetLevel()uint32 level = 2;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
-
getAvatarId
int getAvatarId()uint32 avatar_id = 1;- Returns:
- The avatarId.
-
getLevel
int getLevel()uint32 level = 2;- Returns:
- The level.
-
getCostumeId
int getCostumeId()uint32 costume_id = 3;- Returns:
- The costumeId.
-