Interface RogueDiaryProgressOuterClass.RogueDiaryProgressOrBuilder

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

public static interface RogueDiaryProgressOuterClass.RogueDiaryProgressOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_round = 8;
    int
    uint32 difficulty = 3;
    boolean
    bool is_enter_dungeon = 4;
    int
    repeated uint32 optional_card_list = 5;
    int
    repeated uint32 optional_card_list = 5;
    repeated uint32 optional_card_list = 5;
    int
    uint32 stage_id = 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

    • getIsEnterDungeon

      boolean getIsEnterDungeon()
      bool is_enter_dungeon = 4;
      Returns:
      The isEnterDungeon.
    • getStageId

      int getStageId()
      uint32 stage_id = 1;
      Returns:
      The stageId.
    • getOptionalCardListList

      List<Integer> getOptionalCardListList()
      repeated uint32 optional_card_list = 5;
      Returns:
      A list containing the optionalCardList.
    • getOptionalCardListCount

      int getOptionalCardListCount()
      repeated uint32 optional_card_list = 5;
      Returns:
      The count of optionalCardList.
    • getOptionalCardList

      int getOptionalCardList(int index)
      repeated uint32 optional_card_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The optionalCardList at the given index.
    • getDifficulty

      int getDifficulty()
      uint32 difficulty = 3;
      Returns:
      The difficulty.
    • getCurRound

      int getCurRound()
      uint32 cur_round = 8;
      Returns:
      The curRound.