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 = 1;intint32 retcode = 3;intuint32 talent_id = 14;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
-
getTalentId
int getTalentId()uint32 talent_id = 14;- Returns:
- The talentId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 1;- Returns:
- The avatarGuid.
-
getRetcode
int getRetcode()int32 retcode = 3;- Returns:
- The retcode.
-