Interface EntityAiSyncNotifyOuterClass.EntityAiSyncNotifyOrBuilder

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

public static interface EntityAiSyncNotifyOuterClass.EntityAiSyncNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLocalAvatarAlertedMonsterListList

      List<Integer> getLocalAvatarAlertedMonsterListList()
      repeated uint32 local_avatar_alerted_monster_list = 8;
      Returns:
      A list containing the localAvatarAlertedMonsterList.
    • getLocalAvatarAlertedMonsterListCount

      int getLocalAvatarAlertedMonsterListCount()
      repeated uint32 local_avatar_alerted_monster_list = 8;
      Returns:
      The count of localAvatarAlertedMonsterList.
    • getLocalAvatarAlertedMonsterList

      int getLocalAvatarAlertedMonsterList(int index)
      repeated uint32 local_avatar_alerted_monster_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The localAvatarAlertedMonsterList at the given index.
    • getInfoListList

      repeated .AiSyncInfo info_list = 5;
    • getInfoList

      AiSyncInfoOuterClass.AiSyncInfo getInfoList(int index)
      repeated .AiSyncInfo info_list = 5;
    • getInfoListCount

      int getInfoListCount()
      repeated .AiSyncInfo info_list = 5;
    • getInfoListOrBuilderList

      List<? extends AiSyncInfoOuterClass.AiSyncInfoOrBuilder> getInfoListOrBuilderList()
      repeated .AiSyncInfo info_list = 5;
    • getInfoListOrBuilder

      AiSyncInfoOuterClass.AiSyncInfoOrBuilder getInfoListOrBuilder(int index)
      repeated .AiSyncInfo info_list = 5;