Package emu.grasscutter.net.proto
Interface AvatarUnlockTalentNotifyOuterClass.AvatarUnlockTalentNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarUnlockTalentNotifyOuterClass.AvatarUnlockTalentNotify,AvatarUnlockTalentNotifyOuterClass.AvatarUnlockTalentNotify.Builder
- Enclosing class:
- AvatarUnlockTalentNotifyOuterClass
public static interface AvatarUnlockTalentNotifyOuterClass.AvatarUnlockTalentNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 6;intuint32 entity_id = 12;intuint32 skill_depot_id = 9;intuint32 talent_id = 4;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
-
getSkillDepotId
int getSkillDepotId()uint32 skill_depot_id = 9;- Returns:
- The skillDepotId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 6;- Returns:
- The avatarGuid.
-
getTalentId
int getTalentId()uint32 talent_id = 4;- Returns:
- The talentId.
-
getEntityId
int getEntityId()uint32 entity_id = 12;- Returns:
- The entityId.
-