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 = 3;intrepeated .AiSyncInfo info_list = 3;repeated .AiSyncInfo info_list = 3;getInfoListOrBuilder(int index) repeated .AiSyncInfo info_list = 3;List<? extends AiSyncInfoOuterClass.AiSyncInfoOrBuilder>repeated .AiSyncInfo info_list = 3;intgetLocalAvatarAlertedMonsterList(int index) repeated uint32 local_avatar_alerted_monster_list = 7;intrepeated uint32 local_avatar_alerted_monster_list = 7;repeated uint32 local_avatar_alerted_monster_list = 7;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
-
getLocalAvatarAlertedMonsterListList
repeated uint32 local_avatar_alerted_monster_list = 7;- Returns:
- A list containing the localAvatarAlertedMonsterList.
-
getLocalAvatarAlertedMonsterListCount
int getLocalAvatarAlertedMonsterListCount()repeated uint32 local_avatar_alerted_monster_list = 7;- Returns:
- The count of localAvatarAlertedMonsterList.
-
getLocalAvatarAlertedMonsterList
int getLocalAvatarAlertedMonsterList(int index) repeated uint32 local_avatar_alerted_monster_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The localAvatarAlertedMonsterList at the given index.
-
getInfoListList
List<AiSyncInfoOuterClass.AiSyncInfo> getInfoListList()repeated .AiSyncInfo info_list = 3; -
getInfoList
repeated .AiSyncInfo info_list = 3; -
getInfoListCount
int getInfoListCount()repeated .AiSyncInfo info_list = 3; -
getInfoListOrBuilderList
List<? extends AiSyncInfoOuterClass.AiSyncInfoOrBuilder> getInfoListOrBuilderList()repeated .AiSyncInfo info_list = 3; -
getInfoListOrBuilder
repeated .AiSyncInfo info_list = 3;
-