Package emu.grasscutter.net.proto
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 Summary
Modifier and TypeMethodDescriptiongetInfoList(int index) repeated .AiSyncInfo info_list = 14;intrepeated .AiSyncInfo info_list = 14;repeated .AiSyncInfo info_list = 14;getInfoListOrBuilder(int index) repeated .AiSyncInfo info_list = 14;List<? extends AiSyncInfoOuterClass.AiSyncInfoOrBuilder>repeated .AiSyncInfo info_list = 14;intgetLocalAvatarAlertedMonsterList(int index) repeated uint32 local_avatar_alerted_monster_list = 13;intrepeated uint32 local_avatar_alerted_monster_list = 13;repeated uint32 local_avatar_alerted_monster_list = 13;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInfoListList
List<AiSyncInfoOuterClass.AiSyncInfo> getInfoListList()repeated .AiSyncInfo info_list = 14; -
getInfoList
repeated .AiSyncInfo info_list = 14; -
getInfoListCount
int getInfoListCount()repeated .AiSyncInfo info_list = 14; -
getInfoListOrBuilderList
List<? extends AiSyncInfoOuterClass.AiSyncInfoOrBuilder> getInfoListOrBuilderList()repeated .AiSyncInfo info_list = 14; -
getInfoListOrBuilder
repeated .AiSyncInfo info_list = 14; -
getLocalAvatarAlertedMonsterListList
repeated uint32 local_avatar_alerted_monster_list = 13;- Returns:
- A list containing the localAvatarAlertedMonsterList.
-
getLocalAvatarAlertedMonsterListCount
int getLocalAvatarAlertedMonsterListCount()repeated uint32 local_avatar_alerted_monster_list = 13;- Returns:
- The count of localAvatarAlertedMonsterList.
-
getLocalAvatarAlertedMonsterList
int getLocalAvatarAlertedMonsterList(int index) repeated uint32 local_avatar_alerted_monster_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The localAvatarAlertedMonsterList at the given index.
-