Package emu.grasscutter.net.proto
Interface QuestProgressUpdateNotifyOuterClass.QuestProgressUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QuestProgressUpdateNotifyOuterClass.QuestProgressUpdateNotify,QuestProgressUpdateNotifyOuterClass.QuestProgressUpdateNotify.Builder
- Enclosing class:
- QuestProgressUpdateNotifyOuterClass
public static interface QuestProgressUpdateNotifyOuterClass.QuestProgressUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFailProgressList(int index) NAJLNEMFEGAintNAJLNEMFEGANAJLNEMFEGAintgetFinishProgressList(int index) DOFGANFLADGintDOFGANFLADGDOFGANFLADGintuint32 quest_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
-
getFinishProgressListList
DOFGANFLADG
repeated uint32 finish_progress_list = 7;- Returns:
- A list containing the finishProgressList.
-
getFinishProgressListCount
int getFinishProgressListCount()DOFGANFLADG
repeated uint32 finish_progress_list = 7;- Returns:
- The count of finishProgressList.
-
getFinishProgressList
int getFinishProgressList(int index) DOFGANFLADG
repeated uint32 finish_progress_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The finishProgressList at the given index.
-
getFailProgressListList
NAJLNEMFEGA
repeated uint32 fail_progress_list = 2;- Returns:
- A list containing the failProgressList.
-
getFailProgressListCount
int getFailProgressListCount()NAJLNEMFEGA
repeated uint32 fail_progress_list = 2;- Returns:
- The count of failProgressList.
-
getFailProgressList
int getFailProgressList(int index) NAJLNEMFEGA
repeated uint32 fail_progress_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The failProgressList at the given index.
-
getQuestId
int getQuestId()uint32 quest_id = 3;- Returns:
- The questId.
-