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 Details

    • getFinishProgressListList

      List<Integer> 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

      List<Integer> 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.