Package emu.grasscutter.net.proto
Interface UnlockAvatarTalentRspOuterClass.UnlockAvatarTalentRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnlockAvatarTalentRspOuterClass.UnlockAvatarTalentRsp,UnlockAvatarTalentRspOuterClass.UnlockAvatarTalentRsp.Builder
- Enclosing class:
- UnlockAvatarTalentRspOuterClass
public static interface UnlockAvatarTalentRspOuterClass.UnlockAvatarTalentRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 5;intint32 retcode = 4;intuint32 talent_id = 13;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
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 5;- Returns:
- The avatarGuid.
-
getTalentId
int getTalentId()uint32 talent_id = 13;- Returns:
- The talentId.
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-