Interface ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass.ChannelerSlabLoopDungeonChallengeInfoNotifyOrBuilder

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

public static interface ChannelerSlabLoopDungeonChallengeInfoNotifyOuterClass.ChannelerSlabLoopDungeonChallengeInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 challenge_score = 3;
    int
    getConditionIdList(int index)
    repeated uint32 condition_id_list = 8;
    int
    repeated uint32 condition_id_list = 8;
    repeated uint32 condition_id_list = 8;
    int
    uint32 difficulty_id = 13;
    int
    uint32 dungeon_index = 10;
    int
    repeated uint32 scheme_buff_id_list = 6;
    int
    repeated uint32 scheme_buff_id_list = 6;
    repeated uint32 scheme_buff_id_list = 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

    • getSchemeBuffIdListList

      List<Integer> getSchemeBuffIdListList()
      repeated uint32 scheme_buff_id_list = 6;
      Returns:
      A list containing the schemeBuffIdList.
    • getSchemeBuffIdListCount

      int getSchemeBuffIdListCount()
      repeated uint32 scheme_buff_id_list = 6;
      Returns:
      The count of schemeBuffIdList.
    • getSchemeBuffIdList

      int getSchemeBuffIdList(int index)
      repeated uint32 scheme_buff_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The schemeBuffIdList at the given index.
    • getDungeonIndex

      int getDungeonIndex()
      uint32 dungeon_index = 10;
      Returns:
      The dungeonIndex.
    • getConditionIdListList

      List<Integer> getConditionIdListList()
      repeated uint32 condition_id_list = 8;
      Returns:
      A list containing the conditionIdList.
    • getConditionIdListCount

      int getConditionIdListCount()
      repeated uint32 condition_id_list = 8;
      Returns:
      The count of conditionIdList.
    • getConditionIdList

      int getConditionIdList(int index)
      repeated uint32 condition_id_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The conditionIdList at the given index.
    • getDifficultyId

      int getDifficultyId()
      uint32 difficulty_id = 13;
      Returns:
      The difficultyId.
    • getChallengeScore

      int getChallengeScore()
      uint32 challenge_score = 3;
      Returns:
      The challengeScore.