Interface DelTeamEntityNotifyOuterClass.DelTeamEntityNotifyOrBuilder

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

public static interface DelTeamEntityNotifyOuterClass.DelTeamEntityNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getDelEntityIdList(int index)
    repeated uint32 del_entity_id_list = 1;
    int
    repeated uint32 del_entity_id_list = 1;
    repeated uint32 del_entity_id_list = 1;
    int
    uint32 scene_id = 15;

    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

    • getSceneId

      int getSceneId()
      uint32 scene_id = 15;
      Returns:
      The sceneId.
    • getDelEntityIdListList

      List<Integer> getDelEntityIdListList()
      repeated uint32 del_entity_id_list = 1;
      Returns:
      A list containing the delEntityIdList.
    • getDelEntityIdListCount

      int getDelEntityIdListCount()
      repeated uint32 del_entity_id_list = 1;
      Returns:
      The count of delEntityIdList.
    • getDelEntityIdList

      int getDelEntityIdList(int index)
      repeated uint32 del_entity_id_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The delEntityIdList at the given index.