Interface AvatarSkillInfoOuterClass.AvatarSkillInfoOrBuilder

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

public static interface AvatarSkillInfoOuterClass.AvatarSkillInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getFullCdTimeList(int index)
    repeated uint32 full_cd_time_list = 2;
    int
    repeated uint32 full_cd_time_list = 2;
    repeated uint32 full_cd_time_list = 2;
    int
    uint32 max_charge_count = 3;
    int
    uint32 pass_cd_time = 1;

    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

    • getPassCdTime

      int getPassCdTime()
      uint32 pass_cd_time = 1;
      Returns:
      The passCdTime.
    • getFullCdTimeListList

      List<Integer> getFullCdTimeListList()
      repeated uint32 full_cd_time_list = 2;
      Returns:
      A list containing the fullCdTimeList.
    • getFullCdTimeListCount

      int getFullCdTimeListCount()
      repeated uint32 full_cd_time_list = 2;
      Returns:
      The count of fullCdTimeList.
    • getFullCdTimeList

      int getFullCdTimeList(int index)
      repeated uint32 full_cd_time_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fullCdTimeList at the given index.
    • getMaxChargeCount

      int getMaxChargeCount()
      uint32 max_charge_count = 3;
      Returns:
      The maxChargeCount.