Interface PlayerAttributes.WeightOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getKilograms()
      int32 kilograms = 1 [json_name = "kilograms"];
      int getPounds()
      int32 pounds = 2 [json_name = "pounds"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getKilograms

        int getKilograms()
        int32 kilograms = 1 [json_name = "kilograms"];
        Returns:
        The kilograms.
      • getPounds

        int getPounds()
        int32 pounds = 2 [json_name = "pounds"];
        Returns:
        The pounds.