Interface LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder

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

public static interface LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 area_id = 14;
    int
    uint32 index = 1;
    .Vector pos = 10;
    .Vector pos = 10;
    .LunaRiteHintPointType type = 5;
    int
    .LunaRiteHintPointType type = 5;
    boolean
    .Vector pos = 10;

    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

    • getTypeValue

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

      .LunaRiteHintPointType type = 5;
      Returns:
      The type.
    • getIndex

      int getIndex()
      uint32 index = 1;
      Returns:
      The index.
    • getAreaId

      int getAreaId()
      uint32 area_id = 14;
      Returns:
      The areaId.
    • hasPos

      boolean hasPos()
      .Vector pos = 10;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 10;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 10;