Interface ClientGadgetInfoOuterClass.ClientGadgetInfoOrBuilder

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

public static interface ClientGadgetInfoOuterClass.ClientGadgetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool async_load = 6;
    int
    uint32 camp_id = 1;
    int
    uint32 camp_type = 2;
    long
    uint64 guid = 3;
    boolean
    bool is_peer_id_from_player = 7;
    int
    uint32 owner_entity_id = 4;
    int
    uint32 target_entity_id = 5;
    int
    repeated uint32 target_entity_id_list = 8;
    int
    repeated uint32 target_entity_id_list = 8;
    repeated uint32 target_entity_id_list = 8;

    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

    • getCampId

      int getCampId()
      uint32 camp_id = 1;
      Returns:
      The campId.
    • getCampType

      int getCampType()
      uint32 camp_type = 2;
      Returns:
      The campType.
    • getGuid

      long getGuid()
      uint64 guid = 3;
      Returns:
      The guid.
    • getOwnerEntityId

      int getOwnerEntityId()
      uint32 owner_entity_id = 4;
      Returns:
      The ownerEntityId.
    • getTargetEntityId

      int getTargetEntityId()
      uint32 target_entity_id = 5;
      Returns:
      The targetEntityId.
    • getAsyncLoad

      boolean getAsyncLoad()
      bool async_load = 6;
      Returns:
      The asyncLoad.
    • getIsPeerIdFromPlayer

      boolean getIsPeerIdFromPlayer()
      bool is_peer_id_from_player = 7;
      Returns:
      The isPeerIdFromPlayer.
    • getTargetEntityIdListList

      List<Integer> getTargetEntityIdListList()
      repeated uint32 target_entity_id_list = 8;
      Returns:
      A list containing the targetEntityIdList.
    • getTargetEntityIdListCount

      int getTargetEntityIdListCount()
      repeated uint32 target_entity_id_list = 8;
      Returns:
      The count of targetEntityIdList.
    • getTargetEntityIdList

      int getTargetEntityIdList(int index)
      repeated uint32 target_entity_id_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The targetEntityIdList at the given index.