Package emu.grasscutter.net.proto
Interface AvatarChangeAnimHashRspOuterClass.AvatarChangeAnimHashRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarChangeAnimHashRspOuterClass.AvatarChangeAnimHashRsp,AvatarChangeAnimHashRspOuterClass.AvatarChangeAnimHashRsp.Builder
- Enclosing class:
- AvatarChangeAnimHashRspOuterClass
public static interface AvatarChangeAnimHashRspOuterClass.AvatarChangeAnimHashRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 anim_hash = 3;longuint64 avatar_guid = 8;intint32 retcode = 1;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
-
getAnimHash
int getAnimHash()uint32 anim_hash = 3;- Returns:
- The animHash.
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 8;- Returns:
- The avatarGuid.
-