Interface VehicleLocationInfoOuterClass.VehicleLocationInfoOrBuilder

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

public static interface VehicleLocationInfoOuterClass.VehicleLocationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 10;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 10;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 5;
      Returns:
      The entityId.
    • getGadgetId

      int getGadgetId()
      uint32 gadget_id = 12;
      Returns:
      The gadgetId.
    • hasPos

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

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

      .Vector pos = 13;
    • hasRot

      boolean hasRot()
      .Vector rot = 14;
      Returns:
      Whether the rot field is set.
    • getRot

      .Vector rot = 14;
      Returns:
      The rot.
    • getRotOrBuilder

      .Vector rot = 14;
    • getOwnerUid

      int getOwnerUid()
      uint32 owner_uid = 1;
      Returns:
      The ownerUid.
    • getCurHp

      float getCurHp()
      KCCDNGMKBOB
       
      float cur_hp = 11;
      Returns:
      The curHp.
    • getMaxHp

      float getMaxHp()
      MILGENBLEAK
       
      float max_hp = 7;
      Returns:
      The maxHp.