Interface FallPlayerInfoOuterClass.FallPlayerInfoOrBuilder

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

public static interface FallPlayerInfoOuterClass.FallPlayerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<uint32, uint32> ball_catch_count_map = 1;
    Deprecated.
    int
    map<uint32, uint32> ball_catch_count_map = 1;
    map<uint32, uint32> ball_catch_count_map = 1;
    int
    getBallCatchCountMapOrDefault(int key, int defaultValue)
    map<uint32, uint32> ball_catch_count_map = 1;
    int
    map<uint32, uint32> ball_catch_count_map = 1;
    int
    uint32 cur_score = 3;
    boolean
    bool is_ground = 11;
    int
    uint32 time_cost = 8;
    int
    uint32 uid = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCurScore

      int getCurScore()
      uint32 cur_score = 3;
      Returns:
      The curScore.
    • getIsGround

      boolean getIsGround()
      bool is_ground = 11;
      Returns:
      The isGround.
    • getBallCatchCountMapCount

      int getBallCatchCountMapCount()
      map<uint32, uint32> ball_catch_count_map = 1;
    • containsBallCatchCountMap

      boolean containsBallCatchCountMap(int key)
      map<uint32, uint32> ball_catch_count_map = 1;
    • getBallCatchCountMap

      @Deprecated Map<Integer,Integer> getBallCatchCountMap()
      Deprecated.
    • getBallCatchCountMapMap

      Map<Integer,Integer> getBallCatchCountMapMap()
      map<uint32, uint32> ball_catch_count_map = 1;
    • getBallCatchCountMapOrDefault

      int getBallCatchCountMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> ball_catch_count_map = 1;
    • getBallCatchCountMapOrThrow

      int getBallCatchCountMapOrThrow(int key)
      map<uint32, uint32> ball_catch_count_map = 1;
    • getUid

      int getUid()
      uint32 uid = 5;
      Returns:
      The uid.
    • getTimeCost

      int getTimeCost()
      uint32 time_cost = 8;
      Returns:
      The timeCost.