Package emu.grasscutter.net.proto
Interface GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDSCardDataOuterClass.GCGDSCardData,GCGDSCardDataOuterClass.GCGDSCardData.Builder
- Enclosing class:
- GCGDSCardDataOuterClass
public static interface GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 4;intuint32 face_type = 5;intgetNum()uint32 num = 11;intuint32 proficiency = 10;intgetProficiencyRewardTakenIdxList(int index) repeated uint32 proficiency_reward_taken_idx_list = 14;intrepeated uint32 proficiency_reward_taken_idx_list = 14;repeated uint32 proficiency_reward_taken_idx_list = 14;intgetUnlockFaceTypeList(int index) repeated uint32 unlock_face_type_list = 6;intrepeated uint32 unlock_face_type_list = 6;repeated uint32 unlock_face_type_list = 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
-
getNum
int getNum()uint32 num = 11;- Returns:
- The num.
-
getFaceType
int getFaceType()uint32 face_type = 5;- Returns:
- The faceType.
-
getCardId
int getCardId()uint32 card_id = 4;- Returns:
- The cardId.
-
getProficiencyRewardTakenIdxListList
repeated uint32 proficiency_reward_taken_idx_list = 14;- Returns:
- A list containing the proficiencyRewardTakenIdxList.
-
getProficiencyRewardTakenIdxListCount
int getProficiencyRewardTakenIdxListCount()repeated uint32 proficiency_reward_taken_idx_list = 14;- Returns:
- The count of proficiencyRewardTakenIdxList.
-
getProficiencyRewardTakenIdxList
int getProficiencyRewardTakenIdxList(int index) repeated uint32 proficiency_reward_taken_idx_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The proficiencyRewardTakenIdxList at the given index.
-
getUnlockFaceTypeListList
repeated uint32 unlock_face_type_list = 6;- Returns:
- A list containing the unlockFaceTypeList.
-
getUnlockFaceTypeListCount
int getUnlockFaceTypeListCount()repeated uint32 unlock_face_type_list = 6;- Returns:
- The count of unlockFaceTypeList.
-
getUnlockFaceTypeList
int getUnlockFaceTypeList(int index) repeated uint32 unlock_face_type_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The unlockFaceTypeList at the given index.
-
getProficiency
int getProficiency()uint32 proficiency = 10;- Returns:
- The proficiency.
-