Package emu.grasscutter.net.proto
Interface UnlockAvatarTalentReqOuterClass.UnlockAvatarTalentReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnlockAvatarTalentReqOuterClass.UnlockAvatarTalentReq,UnlockAvatarTalentReqOuterClass.UnlockAvatarTalentReq.Builder
- Enclosing class:
- UnlockAvatarTalentReqOuterClass
public static interface UnlockAvatarTalentReqOuterClass.UnlockAvatarTalentReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 3;intuint32 talent_id = 10;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 = 10;- Returns:
- The talentId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 3;- Returns:
- The avatarGuid.
-