Interface PlayerAttributes.HeightOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCentimeters()
      int32 centimeters = 1 [json_name = "centimeters"];
      int getInches()
      int32 inches = 2 [json_name = "inches"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCentimeters

        int getCentimeters()
        int32 centimeters = 1 [json_name = "centimeters"];
        Returns:
        The centimeters.
      • getInches

        int getInches()
        int32 inches = 2 [json_name = "inches"];
        Returns:
        The inches.