Interface IrodoriChessPlayerInfoOuterClass.IrodoriChessPlayerInfoOrBuilder

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

public static interface IrodoriChessPlayerInfoOuterClass.IrodoriChessPlayerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 building_points = 8;
    int
    uint32 settle_score = 11;
    int
    uint32 uid = 10;

    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

    • getSettleScore

      int getSettleScore()
      uint32 settle_score = 11;
      Returns:
      The settleScore.
    • getUid

      int getUid()
      uint32 uid = 10;
      Returns:
      The uid.
    • getBuildingPoints

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