Interface ChannelerSlabLoopDungeonInfoOuterClass.ChannelerSlabLoopDungeonInfoOrBuilder

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

public static interface ChannelerSlabLoopDungeonInfoOuterClass.ChannelerSlabLoopDungeonInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_index = 1;
    boolean
    bool is_first_pass_reward_taken = 9;
    boolean
    bool is_open = 4;
    int
    repeated uint32 last_condition_id_list = 10;
    int
    repeated uint32 last_condition_id_list = 10;
    repeated uint32 last_condition_id_list = 10;
    int
    uint32 open_time = 13;
    int
    uint32 score = 7;

    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

    • getIsFirstPassRewardTaken

      boolean getIsFirstPassRewardTaken()
      bool is_first_pass_reward_taken = 9;
      Returns:
      The isFirstPassRewardTaken.
    • getScore

      int getScore()
      uint32 score = 7;
      Returns:
      The score.
    • getLastConditionIdListList

      List<Integer> getLastConditionIdListList()
      repeated uint32 last_condition_id_list = 10;
      Returns:
      A list containing the lastConditionIdList.
    • getLastConditionIdListCount

      int getLastConditionIdListCount()
      repeated uint32 last_condition_id_list = 10;
      Returns:
      The count of lastConditionIdList.
    • getLastConditionIdList

      int getLastConditionIdList(int index)
      repeated uint32 last_condition_id_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The lastConditionIdList at the given index.
    • getDungeonIndex

      int getDungeonIndex()
      uint32 dungeon_index = 1;
      Returns:
      The dungeonIndex.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 4;
      Returns:
      The isOpen.
    • getOpenTime

      int getOpenTime()
      uint32 open_time = 13;
      Returns:
      The openTime.