Package emu.grasscutter.net.proto
Interface PersonalLineAllDataRspOuterClass.PersonalLineAllDataRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp,PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp.Builder
- Enclosing class:
- PersonalLineAllDataRspOuterClass
public static interface PersonalLineAllDataRspOuterClass.PersonalLineAllDataRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCanBeUnlockedPersonalLineList(int index) LFBFDPFCOGNintLFBFDPFCOGNLFBFDPFCOGNintuint32 cur_finished_daily_task_count = 2;intuint32 legendary_key_count = 7;getLockedPersonalLineList(int index) repeated .LockedPersonallineData locked_personal_line_list = 10;intrepeated .LockedPersonallineData locked_personal_line_list = 10;repeated .LockedPersonallineData locked_personal_line_list = 10;getLockedPersonalLineListOrBuilder(int index) repeated .LockedPersonallineData locked_personal_line_list = 10;repeated .LockedPersonallineData locked_personal_line_list = 10;intgetOngoingPersonalLineList(int index) NEBDFELPDCOintNEBDFELPDCONEBDFELPDCOintint32 retcode = 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
-
getLockedPersonalLineListList
List<LockedPersonallineDataOuterClass.LockedPersonallineData> getLockedPersonalLineListList()repeated .LockedPersonallineData locked_personal_line_list = 10; -
getLockedPersonalLineList
repeated .LockedPersonallineData locked_personal_line_list = 10; -
getLockedPersonalLineListCount
int getLockedPersonalLineListCount()repeated .LockedPersonallineData locked_personal_line_list = 10; -
getLockedPersonalLineListOrBuilderList
List<? extends LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder> getLockedPersonalLineListOrBuilderList()repeated .LockedPersonallineData locked_personal_line_list = 10; -
getLockedPersonalLineListOrBuilder
LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder getLockedPersonalLineListOrBuilder(int index) repeated .LockedPersonallineData locked_personal_line_list = 10; -
getCurFinishedDailyTaskCount
int getCurFinishedDailyTaskCount()uint32 cur_finished_daily_task_count = 2;- Returns:
- The curFinishedDailyTaskCount.
-
getLegendaryKeyCount
int getLegendaryKeyCount()uint32 legendary_key_count = 7;- Returns:
- The legendaryKeyCount.
-
getRetcode
int getRetcode()int32 retcode = 14;- Returns:
- The retcode.
-
getCanBeUnlockedPersonalLineListList
LFBFDPFCOGN
repeated uint32 can_be_unlocked_personal_line_list = 12;- Returns:
- A list containing the canBeUnlockedPersonalLineList.
-
getCanBeUnlockedPersonalLineListCount
int getCanBeUnlockedPersonalLineListCount()LFBFDPFCOGN
repeated uint32 can_be_unlocked_personal_line_list = 12;- Returns:
- The count of canBeUnlockedPersonalLineList.
-
getCanBeUnlockedPersonalLineList
int getCanBeUnlockedPersonalLineList(int index) LFBFDPFCOGN
repeated uint32 can_be_unlocked_personal_line_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The canBeUnlockedPersonalLineList at the given index.
-
getOngoingPersonalLineListList
NEBDFELPDCO
repeated uint32 ongoing_personal_line_list = 6;- Returns:
- A list containing the ongoingPersonalLineList.
-
getOngoingPersonalLineListCount
int getOngoingPersonalLineListCount()NEBDFELPDCO
repeated uint32 ongoing_personal_line_list = 6;- Returns:
- The count of ongoingPersonalLineList.
-
getOngoingPersonalLineList
int getOngoingPersonalLineList(int index) NEBDFELPDCO
repeated uint32 ongoing_personal_line_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The ongoingPersonalLineList at the given index.
-