Interface Common.Vector3OrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Common.Vector3, Common.Vector3.Builder
Enclosing class:
Common

public static interface Common.Vector3OrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    double x = 1 [json_name = "x"];
    double
    double y = 2 [json_name = "y"];
    double
    double z = 3 [json_name = "z"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getX

      double getX()
      double x = 1 [json_name = "x"];
      Returns:
      The x.
    • getY

      double getY()
      double y = 2 [json_name = "y"];
      Returns:
      The y.
    • getZ

      double getZ()
      double z = 3 [json_name = "z"];
      Returns:
      The z.