Interface InstableSprayDungeonSettleInfoOuterClass.InstableSprayDungeonSettleInfoOrBuilder

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

public static interface InstableSprayDungeonSettleInfoOuterClass.InstableSprayDungeonSettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 difficulty = 1;
    boolean
    bool is_new_record = 15;
    int
    uint32 level_id = 2;
    int
    uint32 round = 4;
    int
    getScoreList(int index)
    repeated uint32 score_list = 14;
    int
    repeated uint32 score_list = 14;
    repeated uint32 score_list = 14;
    int
    uint32 stage_id = 9;

    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

    • getStageId

      int getStageId()
      uint32 stage_id = 9;
      Returns:
      The stageId.
    • getScoreListList

      List<Integer> getScoreListList()
      repeated uint32 score_list = 14;
      Returns:
      A list containing the scoreList.
    • getScoreListCount

      int getScoreListCount()
      repeated uint32 score_list = 14;
      Returns:
      The count of scoreList.
    • getScoreList

      int getScoreList(int index)
      repeated uint32 score_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scoreList at the given index.
    • getLevelId

      int getLevelId()
      uint32 level_id = 2;
      Returns:
      The levelId.
    • getRound

      int getRound()
      uint32 round = 4;
      Returns:
      The round.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 15;
      Returns:
      The isNewRecord.
    • getDifficulty

      int getDifficulty()
      uint32 difficulty = 1;
      Returns:
      The difficulty.