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 = 14;longgetGuid()uint64 guid = 9;Deprecated.intmap<uint32, .AvatarSkillInfo> skill_map = 14;map<uint32, .AvatarSkillInfo> skill_map = 14;getSkillMapOrDefault(int key, AvatarSkillInfoOuterClass.AvatarSkillInfo defaultValue) map<uint32, .AvatarSkillInfo> skill_map = 14;getSkillMapOrThrow(int key) map<uint32, .AvatarSkillInfo> skill_map = 14;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
-
getGuid
long getGuid()uint64 guid = 9;- Returns:
- The guid.
-
getSkillMapCount
int getSkillMapCount()map<uint32, .AvatarSkillInfo> skill_map = 14; -
containsSkillMap
boolean containsSkillMap(int key) map<uint32, .AvatarSkillInfo> skill_map = 14; -
getSkillMap
Deprecated.UsegetSkillMapMap()instead. -
getSkillMapMap
Map<Integer,AvatarSkillInfoOuterClass.AvatarSkillInfo> getSkillMapMap()map<uint32, .AvatarSkillInfo> skill_map = 14; -
getSkillMapOrDefault
AvatarSkillInfoOuterClass.AvatarSkillInfo getSkillMapOrDefault(int key, AvatarSkillInfoOuterClass.AvatarSkillInfo defaultValue) map<uint32, .AvatarSkillInfo> skill_map = 14; -
getSkillMapOrThrow
map<uint32, .AvatarSkillInfo> skill_map = 14;
-