Interface ProudSkillExtraLevelNotifyOuterClass.ProudSkillExtraLevelNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProudSkillExtraLevelNotifyOuterClass.ProudSkillExtraLevelNotify, ProudSkillExtraLevelNotifyOuterClass.ProudSkillExtraLevelNotify.Builder
Enclosing class:
ProudSkillExtraLevelNotifyOuterClass

public static interface ProudSkillExtraLevelNotifyOuterClass.ProudSkillExtraLevelNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 13;
    int
    uint32 extra_level = 4;
    int
    uint32 talent_index = 2;
    int
    uint32 talent_type = 8;

    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

    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 13;
      Returns:
      The avatarGuid.
    • getExtraLevel

      int getExtraLevel()
      uint32 extra_level = 4;
      Returns:
      The extraLevel.
    • getTalentType

      int getTalentType()
      uint32 talent_type = 8;
      Returns:
      The talentType.
    • getTalentIndex

      int getTalentIndex()
      uint32 talent_index = 2;
      Returns:
      The talentIndex.