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 = 5;intrepeated .AiSyncInfo info_list = 5;repeated .AiSyncInfo info_list = 5;getInfoListOrBuilder(int index) repeated .AiSyncInfo info_list = 5;List<? extends AiSyncInfoOuterClass.AiSyncInfoOrBuilder>repeated .AiSyncInfo info_list = 5;intgetLocalAvatarAlertedMonsterList(int index) repeated uint32 local_avatar_alerted_monster_list = 8;intrepeated uint32 local_avatar_alerted_monster_list = 8;repeated uint32 local_avatar_alerted_monster_list = 8;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 = 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
List<AiSyncInfoOuterClass.AiSyncInfo> getInfoListList()repeated .AiSyncInfo info_list = 5; -
getInfoList
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
repeated .AiSyncInfo info_list = 5;
-