Package emu.grasscutter.net.proto
Interface EvtAiSyncCombatThreatInfoNotifyOuterClass.EvtAiSyncCombatThreatInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvtAiSyncCombatThreatInfoNotifyOuterClass.EvtAiSyncCombatThreatInfoNotify,EvtAiSyncCombatThreatInfoNotifyOuterClass.EvtAiSyncCombatThreatInfoNotify.Builder
- Enclosing class:
- EvtAiSyncCombatThreatInfoNotifyOuterClass
public static interface EvtAiSyncCombatThreatInfoNotifyOuterClass.EvtAiSyncCombatThreatInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCombatThreatInfoMap(int key) map<uint32, .AiThreatInfo> combat_threat_info_map = 9;Deprecated.intmap<uint32, .AiThreatInfo> combat_threat_info_map = 9;map<uint32, .AiThreatInfo> combat_threat_info_map = 9;getCombatThreatInfoMapOrDefault(int key, AiThreatInfoOuterClass.AiThreatInfo defaultValue) map<uint32, .AiThreatInfo> combat_threat_info_map = 9;getCombatThreatInfoMapOrThrow(int key) map<uint32, .AiThreatInfo> combat_threat_info_map = 9;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
-
getCombatThreatInfoMapCount
int getCombatThreatInfoMapCount()map<uint32, .AiThreatInfo> combat_threat_info_map = 9; -
containsCombatThreatInfoMap
boolean containsCombatThreatInfoMap(int key) map<uint32, .AiThreatInfo> combat_threat_info_map = 9; -
getCombatThreatInfoMap
Deprecated.UsegetCombatThreatInfoMapMap()instead. -
getCombatThreatInfoMapMap
Map<Integer,AiThreatInfoOuterClass.AiThreatInfo> getCombatThreatInfoMapMap()map<uint32, .AiThreatInfo> combat_threat_info_map = 9; -
getCombatThreatInfoMapOrDefault
AiThreatInfoOuterClass.AiThreatInfo getCombatThreatInfoMapOrDefault(int key, AiThreatInfoOuterClass.AiThreatInfo defaultValue) map<uint32, .AiThreatInfo> combat_threat_info_map = 9; -
getCombatThreatInfoMapOrThrow
map<uint32, .AiThreatInfo> combat_threat_info_map = 9;
-