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 Type
    Method
    Description
    long
    uint64 avatar_guid = 6;
    int
    uint32 entity_id = 12;
    int
    uint32 skill_depot_id = 9;
    int
    uint32 talent_id = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.