Interface BrickBreakerSettleNotifyOuterClass.BrickBreakerSettleNotifyOrBuilder

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

public static interface BrickBreakerSettleNotifyOuterClass.BrickBreakerSettleNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTime

      int getTime()
      uint32 time = 5;
      Returns:
      The time.
    • getIsSingleMode

      boolean getIsSingleMode()
      bool is_single_mode = 15;
      Returns:
      The isSingleMode.
    • getIsDungeon

      boolean getIsDungeon()
      bool is_dungeon = 2;
      Returns:
      The isDungeon.
    • getScore

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

      int getCombo()
      uint32 combo = 12;
      Returns:
      The combo.
    • getLevelId

      int getLevelId()
      uint32 level_id = 11;
      Returns:
      The levelId.
    • getReasonValue

      int getReasonValue()
      .BrickBreakerSettleNotify.SettleReason reason = 1;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .BrickBreakerSettleNotify.SettleReason reason = 1;
      Returns:
      The reason.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 3;
      Returns:
      The isNewRecord.
    • getGalleryId

      int getGalleryId()
      uint32 gallery_id = 13;
      Returns:
      The galleryId.
    • getUpdateSkillListList

      List<Uint32PairOuterClass.Uint32Pair> getUpdateSkillListList()
      repeated .Uint32Pair update_skill_list = 4;
    • getUpdateSkillList

      Uint32PairOuterClass.Uint32Pair getUpdateSkillList(int index)
      repeated .Uint32Pair update_skill_list = 4;
    • getUpdateSkillListCount

      int getUpdateSkillListCount()
      repeated .Uint32Pair update_skill_list = 4;
    • getUpdateSkillListOrBuilderList

      List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getUpdateSkillListOrBuilderList()
      repeated .Uint32Pair update_skill_list = 4;
    • getUpdateSkillListOrBuilder

      Uint32PairOuterClass.Uint32PairOrBuilder getUpdateSkillListOrBuilder(int index)
      repeated .Uint32Pair update_skill_list = 4;