Interface ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfoOrBuilder

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

public static interface ToTheMoonObstacleInfoOuterClass.ToTheMoonObstacleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getHandleId

      int getHandleId()
      int32 handle_id = 1;
      Returns:
      The handleId.
    • getTypeValue

      int getTypeValue()
      .ToTheMoonObstacleInfo.ShapeType type = 8;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .ToTheMoonObstacleInfo.ShapeType type = 8;
      Returns:
      The type.
    • hasHalfExtents

      boolean hasHalfExtents()
      .Vector half_extents = 7;
      Returns:
      Whether the halfExtents field is set.
    • getHalfExtents

      VectorOuterClass.Vector getHalfExtents()
      .Vector half_extents = 7;
      Returns:
      The halfExtents.
    • getHalfExtentsOrBuilder

      VectorOuterClass.VectorOrBuilder getHalfExtentsOrBuilder()
      .Vector half_extents = 7;
    • hasCenter

      boolean hasCenter()
      .Vector center = 11;
      Returns:
      Whether the center field is set.
    • getCenter

      .Vector center = 11;
      Returns:
      The center.
    • getCenterOrBuilder

      VectorOuterClass.VectorOrBuilder getCenterOrBuilder()
      .Vector center = 11;
    • hasRotation

      boolean hasRotation()
      .MathQuaternion rotation = 12;
      Returns:
      Whether the rotation field is set.
    • getRotation

      .MathQuaternion rotation = 12;
      Returns:
      The rotation.
    • getRotationOrBuilder

      .MathQuaternion rotation = 12;