Interface InBattleIrodoriChessInfoOuterClass.InBattleIrodoriChessInfoOrBuilder

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

public static interface InBattleIrodoriChessInfoOuterClass.InBattleIrodoriChessInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSettleScore

      int getSettleScore()
      uint32 settle_score = 1;
      Returns:
      The settleScore.
    • hasMysteryInfo

      boolean hasMysteryInfo()
      .IrodoriChessMysteryInfo mystery_info = 2;
      Returns:
      Whether the mysteryInfo field is set.
    • getMysteryInfo

      .IrodoriChessMysteryInfo mystery_info = 2;
      Returns:
      The mysteryInfo.
    • getMysteryInfoOrBuilder

      .IrodoriChessMysteryInfo mystery_info = 2;
    • getLeftMonsters

      int getLeftMonsters()
      uint32 left_monsters = 15;
      Returns:
      The leftMonsters.
    • getSelectedCardIdListList

      List<Integer> getSelectedCardIdListList()
      repeated uint32 selected_card_id_list = 10;
      Returns:
      A list containing the selectedCardIdList.
    • getSelectedCardIdListCount

      int getSelectedCardIdListCount()
      repeated uint32 selected_card_id_list = 10;
      Returns:
      The count of selectedCardIdList.
    • getSelectedCardIdList

      int getSelectedCardIdList(int index)
      repeated uint32 selected_card_id_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The selectedCardIdList at the given index.
    • getBuildingPoints

      int getBuildingPoints()
      uint32 building_points = 8;
      Returns:
      The buildingPoints.