Interface OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorDataOrBuilder

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

public static interface OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 config_id = 10;
    int
    uint32 group_id = 7;
    .Vector hint_center_pos = 4;
    .Vector hint_center_pos = 4;
    int
    uint32 hint_radius = 1;
    boolean
    bool is_all_collected = 5;
    boolean
    bool is_hint_valid = 11;
    int
    uint32 material_id = 14;
    boolean
    .Vector hint_center_pos = 4;

    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

    • hasHintCenterPos

      boolean hasHintCenterPos()
      .Vector hint_center_pos = 4;
      Returns:
      Whether the hintCenterPos field is set.
    • getHintCenterPos

      VectorOuterClass.Vector getHintCenterPos()
      .Vector hint_center_pos = 4;
      Returns:
      The hintCenterPos.
    • getHintCenterPosOrBuilder

      VectorOuterClass.VectorOrBuilder getHintCenterPosOrBuilder()
      .Vector hint_center_pos = 4;
    • getIsHintValid

      boolean getIsHintValid()
      bool is_hint_valid = 11;
      Returns:
      The isHintValid.
    • getConfigId

      int getConfigId()
      uint32 config_id = 10;
      Returns:
      The configId.
    • getIsAllCollected

      boolean getIsAllCollected()
      bool is_all_collected = 5;
      Returns:
      The isAllCollected.
    • getHintRadius

      int getHintRadius()
      uint32 hint_radius = 1;
      Returns:
      The hintRadius.
    • getGroupId

      int getGroupId()
      uint32 group_id = 7;
      Returns:
      The groupId.
    • getMaterialId

      int getMaterialId()
      uint32 material_id = 14;
      Returns:
      The materialId.