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