Interface EvtSyncEntityPositionInfoOuterClass.EvtSyncEntityPositionInfoOrBuilder

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

public static interface EvtSyncEntityPositionInfoOuterClass.EvtSyncEntityPositionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 1;
    int
    int32 face_angle_compact = 4;
    int
    uint32 normalized_time_compact = 13;
    .Vector pos = 14;
    .Vector pos = 14;
    int
    uint32 state_hash = 10;
    boolean
    .Vector pos = 14;

    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

    • getStateHash

      int getStateHash()
      uint32 state_hash = 10;
      Returns:
      The stateHash.
    • getFaceAngleCompact

      int getFaceAngleCompact()
      int32 face_angle_compact = 4;
      Returns:
      The faceAngleCompact.
    • hasPos

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

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

      .Vector pos = 14;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 1;
      Returns:
      The entityId.
    • getNormalizedTimeCompact

      int getNormalizedTimeCompact()
      uint32 normalized_time_compact = 13;
      Returns:
      The normalizedTimeCompact.