Interface ChessMysteryInfoOuterClass.ChessMysteryInfoOrBuilder

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

public static interface ChessMysteryInfoOuterClass.ChessMysteryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExitPointIdListList

      List<Integer> getExitPointIdListList()
      repeated uint32 exit_point_id_list = 15;
      Returns:
      A list containing the exitPointIdList.
    • getExitPointIdListCount

      int getExitPointIdListCount()
      repeated uint32 exit_point_id_list = 15;
      Returns:
      The count of exitPointIdList.
    • getExitPointIdList

      int getExitPointIdList(int index)
      repeated uint32 exit_point_id_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The exitPointIdList at the given index.
    • getEntrancePointMapCount

      int getEntrancePointMapCount()
      map<uint32, uint32> entrance_point_map = 10;
    • containsEntrancePointMap

      boolean containsEntrancePointMap(int key)
      map<uint32, uint32> entrance_point_map = 10;
    • getEntrancePointMap

      @Deprecated Map<Integer,Integer> getEntrancePointMap()
      Deprecated.
    • getEntrancePointMapMap

      Map<Integer,Integer> getEntrancePointMapMap()
      map<uint32, uint32> entrance_point_map = 10;
    • getEntrancePointMapOrDefault

      int getEntrancePointMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> entrance_point_map = 10;
    • getEntrancePointMapOrThrow

      int getEntrancePointMapOrThrow(int key)
      map<uint32, uint32> entrance_point_map = 10;
    • getDetailInfoMapCount

      int getDetailInfoMapCount()
      map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;
    • containsDetailInfoMap

      boolean containsDetailInfoMap(int key)
      map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;
    • getDetailInfoMap

      Deprecated.
    • getDetailInfoMapMap

      map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;
    • getDetailInfoMapOrDefault

      map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;
    • getDetailInfoMapOrThrow

      map<uint32, .ChessEntranceDetailInfo> detail_info_map = 8;