Interface ChannellerSlabLoopDungeonInfoOuterClass.ChannellerSlabLoopDungeonInfoOrBuilder

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

public static interface ChannellerSlabLoopDungeonInfoOuterClass.ChannellerSlabLoopDungeonInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_index = 5;
    boolean
    bool is_first_pass_reward_taken = 11;
    boolean
    bool is_open = 8;
    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 = 15;
    int
    uint32 score = 2;

    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

    • getIsOpen

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

      int getOpenTime()
      uint32 open_time = 15;
      Returns:
      The openTime.
    • getIsFirstPassRewardTaken

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

      int getScore()
      uint32 score = 2;
      Returns:
      The score.
    • getDungeonIndex

      int getDungeonIndex()
      uint32 dungeon_index = 5;
      Returns:
      The dungeonIndex.
    • 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.