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) DIHALBEEOPOintDIHALBEEOPODIHALBEEOPOintuint32 cur_finished_daily_task_count = 6;intuint32 legendary_key_count = 14;getLockedPersonalLineList(int index) repeated .LockedPersonallineData locked_personal_line_list = 1;intrepeated .LockedPersonallineData locked_personal_line_list = 1;repeated .LockedPersonallineData locked_personal_line_list = 1;getLockedPersonalLineListOrBuilder(int index) repeated .LockedPersonallineData locked_personal_line_list = 1;repeated .LockedPersonallineData locked_personal_line_list = 1;intgetOngoingPersonalLineList(int index) OIJBKBOLJILintOIJBKBOLJILOIJBKBOLJILintint32 retcode = 2;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
-
getLegendaryKeyCount
int getLegendaryKeyCount()uint32 legendary_key_count = 14;- Returns:
- The legendaryKeyCount.
-
getCurFinishedDailyTaskCount
int getCurFinishedDailyTaskCount()uint32 cur_finished_daily_task_count = 6;- Returns:
- The curFinishedDailyTaskCount.
-
getOngoingPersonalLineListList
OIJBKBOLJIL
repeated uint32 ongoing_personal_line_list = 3;- Returns:
- A list containing the ongoingPersonalLineList.
-
getOngoingPersonalLineListCount
int getOngoingPersonalLineListCount()OIJBKBOLJIL
repeated uint32 ongoing_personal_line_list = 3;- Returns:
- The count of ongoingPersonalLineList.
-
getOngoingPersonalLineList
int getOngoingPersonalLineList(int index) OIJBKBOLJIL
repeated uint32 ongoing_personal_line_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The ongoingPersonalLineList at the given index.
-
getCanBeUnlockedPersonalLineListList
DIHALBEEOPO
repeated uint32 can_be_unlocked_personal_line_list = 10;- Returns:
- A list containing the canBeUnlockedPersonalLineList.
-
getCanBeUnlockedPersonalLineListCount
int getCanBeUnlockedPersonalLineListCount()DIHALBEEOPO
repeated uint32 can_be_unlocked_personal_line_list = 10;- Returns:
- The count of canBeUnlockedPersonalLineList.
-
getCanBeUnlockedPersonalLineList
int getCanBeUnlockedPersonalLineList(int index) DIHALBEEOPO
repeated uint32 can_be_unlocked_personal_line_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The canBeUnlockedPersonalLineList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-
getLockedPersonalLineListList
List<LockedPersonallineDataOuterClass.LockedPersonallineData> getLockedPersonalLineListList()repeated .LockedPersonallineData locked_personal_line_list = 1; -
getLockedPersonalLineList
repeated .LockedPersonallineData locked_personal_line_list = 1; -
getLockedPersonalLineListCount
int getLockedPersonalLineListCount()repeated .LockedPersonallineData locked_personal_line_list = 1; -
getLockedPersonalLineListOrBuilderList
List<? extends LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder> getLockedPersonalLineListOrBuilderList()repeated .LockedPersonallineData locked_personal_line_list = 1; -
getLockedPersonalLineListOrBuilder
LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder getLockedPersonalLineListOrBuilder(int index) repeated .LockedPersonallineData locked_personal_line_list = 1;
-