Interface IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfoOrBuilder

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

public static interface IrodoriChessMysteryInfoOuterClass.IrodoriChessMysteryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasEntranceDetailInfo

      boolean hasEntranceDetailInfo()
      .IrodoriChessEntranceDetailInfo entrance_detail_info = 3;
      Returns:
      Whether the entranceDetailInfo field is set.
    • getEntranceDetailInfo

      .IrodoriChessEntranceDetailInfo entrance_detail_info = 3;
      Returns:
      The entranceDetailInfo.
    • getEntranceDetailInfoOrBuilder

      .IrodoriChessEntranceDetailInfo entrance_detail_info = 3;
    • getExitPointIdListList

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

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

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

      List<Integer> getEntrancePointIdListList()
      repeated uint32 entrance_point_id_list = 11;
      Returns:
      A list containing the entrancePointIdList.
    • getEntrancePointIdListCount

      int getEntrancePointIdListCount()
      repeated uint32 entrance_point_id_list = 11;
      Returns:
      The count of entrancePointIdList.
    • getEntrancePointIdList

      int getEntrancePointIdList(int index)
      repeated uint32 entrance_point_id_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The entrancePointIdList at the given index.