Package emu.grasscutter.net.proto
Interface ProudSkillChangeNotifyOuterClass.ProudSkillChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProudSkillChangeNotifyOuterClass.ProudSkillChangeNotify,ProudSkillChangeNotifyOuterClass.ProudSkillChangeNotify.Builder
- Enclosing class:
- ProudSkillChangeNotifyOuterClass
public static interface ProudSkillChangeNotifyOuterClass.ProudSkillChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 avatar_guid = 6;intuint32 entity_id = 15;intgetProudSkillList(int index) repeated uint32 proud_skill_list = 1;intrepeated uint32 proud_skill_list = 1;repeated uint32 proud_skill_list = 1;intuint32 skill_depot_id = 3;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
-
getSkillDepotId
int getSkillDepotId()uint32 skill_depot_id = 3;- Returns:
- The skillDepotId.
-
getEntityId
int getEntityId()uint32 entity_id = 15;- Returns:
- The entityId.
-
getAvatarGuid
long getAvatarGuid()uint64 avatar_guid = 6;- Returns:
- The avatarGuid.
-
getProudSkillListList
repeated uint32 proud_skill_list = 1;- Returns:
- A list containing the proudSkillList.
-
getProudSkillListCount
int getProudSkillListCount()repeated uint32 proud_skill_list = 1;- Returns:
- The count of proudSkillList.
-
getProudSkillList
int getProudSkillList(int index) repeated uint32 proud_skill_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The proudSkillList at the given index.
-