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 = 9;
    int
    uint32 avatar_skill_id = 14;
    int
    uint32 cur_level = 10;
    int
    uint32 entity_id = 8;
    int
    uint32 old_level = 3;
    int
    uint32 skill_depot_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

    • getCurLevel

      int getCurLevel()
      uint32 cur_level = 10;
      Returns:
      The curLevel.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 9;
      Returns:
      The avatarGuid.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 8;
      Returns:
      The entityId.
    • getOldLevel

      int getOldLevel()
      uint32 old_level = 3;
      Returns:
      The oldLevel.
    • getAvatarSkillId

      int getAvatarSkillId()
      uint32 avatar_skill_id = 14;
      Returns:
      The avatarSkillId.
    • getSkillDepotId

      int getSkillDepotId()
      uint32 skill_depot_id = 4;
      Returns:
      The skillDepotId.