Package emu.grasscutter.net.proto
Interface AvatarSkillInfoNotifyOuterClass.AvatarSkillInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarSkillInfoNotifyOuterClass.AvatarSkillInfoNotify,AvatarSkillInfoNotifyOuterClass.AvatarSkillInfoNotify.Builder
- Enclosing class:
- AvatarSkillInfoNotifyOuterClass
public static interface AvatarSkillInfoNotifyOuterClass.AvatarSkillInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSkillMap(int key) map<uint32, .AvatarSkillInfo> skill_map = 6;longgetGuid()uint64 guid = 4;Deprecated.intmap<uint32, .AvatarSkillInfo> skill_map = 6;map<uint32, .AvatarSkillInfo> skill_map = 6;getSkillMapOrDefault(int key, AvatarSkillInfoOuterClass.AvatarSkillInfo defaultValue) map<uint32, .AvatarSkillInfo> skill_map = 6;getSkillMapOrThrow(int key) map<uint32, .AvatarSkillInfo> skill_map = 6;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
-
getSkillMapCount
int getSkillMapCount()map<uint32, .AvatarSkillInfo> skill_map = 6; -
containsSkillMap
boolean containsSkillMap(int key) map<uint32, .AvatarSkillInfo> skill_map = 6; -
getSkillMap
Deprecated.UsegetSkillMapMap()instead. -
getSkillMapMap
Map<Integer,AvatarSkillInfoOuterClass.AvatarSkillInfo> getSkillMapMap()map<uint32, .AvatarSkillInfo> skill_map = 6; -
getSkillMapOrDefault
AvatarSkillInfoOuterClass.AvatarSkillInfo getSkillMapOrDefault(int key, AvatarSkillInfoOuterClass.AvatarSkillInfo defaultValue) map<uint32, .AvatarSkillInfo> skill_map = 6; -
getSkillMapOrThrow
map<uint32, .AvatarSkillInfo> skill_map = 6; -
getGuid
long getGuid()uint64 guid = 4;- Returns:
- The guid.
-