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) repeated uint32 fail_progress_list = 7;intrepeated uint32 fail_progress_list = 7;repeated uint32 fail_progress_list = 7;intgetFinishProgressList(int index) repeated uint32 finish_progress_list = 1;intrepeated uint32 finish_progress_list = 1;repeated uint32 finish_progress_list = 1;intuint32 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
-
getQuestId
int getQuestId()uint32 quest_id = 3;- Returns:
- The questId.
-
getFinishProgressListList
repeated uint32 finish_progress_list = 1;- Returns:
- A list containing the finishProgressList.
-
getFinishProgressListCount
int getFinishProgressListCount()repeated uint32 finish_progress_list = 1;- Returns:
- The count of finishProgressList.
-
getFinishProgressList
int getFinishProgressList(int index) repeated uint32 finish_progress_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The finishProgressList at the given index.
-
getFailProgressListList
repeated uint32 fail_progress_list = 7;- Returns:
- A list containing the failProgressList.
-
getFailProgressListCount
int getFailProgressListCount()repeated uint32 fail_progress_list = 7;- Returns:
- The count of failProgressList.
-
getFailProgressList
int getFailProgressList(int index) repeated uint32 fail_progress_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The failProgressList at the given index.
-