Interface FallSettleInfoOuterClass.FallSettleInfoOrBuilder

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

public static interface FallSettleInfoOuterClass.FallSettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFinalScore

      int getFinalScore()
      uint32 final_score = 14;
      Returns:
      The finalScore.
    • hasPlayerInfo

      boolean hasPlayerInfo()
      .OnlinePlayerInfo player_info = 9;
      Returns:
      Whether the playerInfo field is set.
    • getPlayerInfo

      .OnlinePlayerInfo player_info = 9;
      Returns:
      The playerInfo.
    • getPlayerInfoOrBuilder

      .OnlinePlayerInfo player_info = 9;
    • getFlowerRingCatchCountMapCount

      int getFlowerRingCatchCountMapCount()
      map<uint32, uint32> flower_ring_catch_count_map = 13;
    • containsFlowerRingCatchCountMap

      boolean containsFlowerRingCatchCountMap(int key)
      map<uint32, uint32> flower_ring_catch_count_map = 13;
    • getFlowerRingCatchCountMap

      @Deprecated Map<Integer,Integer> getFlowerRingCatchCountMap()
      Deprecated.
    • getFlowerRingCatchCountMapMap

      Map<Integer,Integer> getFlowerRingCatchCountMapMap()
      map<uint32, uint32> flower_ring_catch_count_map = 13;
    • getFlowerRingCatchCountMapOrDefault

      int getFlowerRingCatchCountMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> flower_ring_catch_count_map = 13;
    • getFlowerRingCatchCountMapOrThrow

      int getFlowerRingCatchCountMapOrThrow(int key)
      map<uint32, uint32> flower_ring_catch_count_map = 13;
    • getUid

      int getUid()
      uint32 uid = 2;
      Returns:
      The uid.
    • getCatchCount

      int getCatchCount()
      uint32 catch_count = 1;
      Returns:
      The catchCount.
    • getRemainTime

      int getRemainTime()
      uint32 remain_time = 6;
      Returns:
      The remainTime.