Interface AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotifyOrBuilder

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

public static interface AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 4;
    int
    uint32 avatar_skill_id = 11;
    int
    uint32 cur_level = 15;
    int
    uint32 entity_id = 1;
    int
    uint32 old_level = 7;
    int
    uint32 skill_depot_id = 6;

    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 = 4;
      Returns:
      The avatarGuid.
    • getOldLevel

      int getOldLevel()
      uint32 old_level = 7;
      Returns:
      The oldLevel.
    • getCurLevel

      int getCurLevel()
      uint32 cur_level = 15;
      Returns:
      The curLevel.
    • getSkillDepotId

      int getSkillDepotId()
      uint32 skill_depot_id = 6;
      Returns:
      The skillDepotId.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 1;
      Returns:
      The entityId.
    • getAvatarSkillId

      int getAvatarSkillId()
      uint32 avatar_skill_id = 11;
      Returns:
      The avatarSkillId.