Package emu.grasscutter.net.proto
Interface AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRsp,AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRsp.Builder
- Enclosing class:
- AvatarChangeCostumeRspOuterClass
public static interface AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 3;intuint32 costume_id = 12;intint32 retcode = 7;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
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getCostumeId
int getCostumeId()uint32 costume_id = 12;- Returns:
- The costumeId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 3;- Returns:
- The avatarGuid.
-