Package emu.grasscutter.net.proto
Interface AvatarSkillInfoOuterClass.AvatarSkillInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarSkillInfoOuterClass.AvatarSkillInfo,AvatarSkillInfoOuterClass.AvatarSkillInfo.Builder
- Enclosing class:
- AvatarSkillInfoOuterClass
public static interface AvatarSkillInfoOuterClass.AvatarSkillInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFullCdTimeList(int index) repeated uint32 full_cd_time_list = 2;intrepeated uint32 full_cd_time_list = 2;repeated uint32 full_cd_time_list = 2;intuint32 max_charge_count = 3;intuint32 pass_cd_time = 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
-
getPassCdTime
int getPassCdTime()uint32 pass_cd_time = 1;- Returns:
- The passCdTime.
-
getFullCdTimeListList
repeated uint32 full_cd_time_list = 2;- Returns:
- A list containing the fullCdTimeList.
-
getFullCdTimeListCount
int getFullCdTimeListCount()repeated uint32 full_cd_time_list = 2;- Returns:
- The count of fullCdTimeList.
-
getFullCdTimeList
int getFullCdTimeList(int index) repeated uint32 full_cd_time_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The fullCdTimeList at the given index.
-
getMaxChargeCount
int getMaxChargeCount()uint32 max_charge_count = 3;- Returns:
- The maxChargeCount.
-