Interface QuestOuterClass.QuestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QuestOuterClass.Quest, QuestOuterClass.Quest.Builder
Enclosing class:
QuestOuterClass

public static interface QuestOuterClass.QuestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getQuestId

      int getQuestId()
      uint32 quest_id = 1;
      Returns:
      The questId.
    • getState

      int getState()
      uint32 state = 2;
      Returns:
      The state.
    • getStartTime

      int getStartTime()
      uint32 start_time = 4;
      Returns:
      The startTime.
    • getIsRandom

      boolean getIsRandom()
      bool is_random = 5;
      Returns:
      The isRandom.
    • getParentQuestId

      int getParentQuestId()
      uint32 parent_quest_id = 6;
      Returns:
      The parentQuestId.
    • getQuestConfigId

      int getQuestConfigId()
      uint32 quest_config_id = 7;
      Returns:
      The questConfigId.
    • getStartGameTime

      int getStartGameTime()
      uint32 start_game_time = 8;
      Returns:
      The startGameTime.
    • getAcceptTime

      int getAcceptTime()
      uint32 accept_time = 9;
      Returns:
      The acceptTime.
    • getLackedNpcListList

      List<Integer> getLackedNpcListList()
      repeated uint32 lacked_npc_list = 10;
      Returns:
      A list containing the lackedNpcList.
    • getLackedNpcListCount

      int getLackedNpcListCount()
      repeated uint32 lacked_npc_list = 10;
      Returns:
      The count of lackedNpcList.
    • getLackedNpcList

      int getLackedNpcList(int index)
      repeated uint32 lacked_npc_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The lackedNpcList at the given index.
    • getFinishProgressListList

      List<Integer> getFinishProgressListList()
      repeated uint32 finish_progress_list = 11;
      Returns:
      A list containing the finishProgressList.
    • getFinishProgressListCount

      int getFinishProgressListCount()
      repeated uint32 finish_progress_list = 11;
      Returns:
      The count of finishProgressList.
    • getFinishProgressList

      int getFinishProgressList(int index)
      repeated uint32 finish_progress_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The finishProgressList at the given index.
    • getFailProgressListList

      List<Integer> getFailProgressListList()
      repeated uint32 fail_progress_list = 12;
      Returns:
      A list containing the failProgressList.
    • getFailProgressListCount

      int getFailProgressListCount()
      repeated uint32 fail_progress_list = 12;
      Returns:
      The count of failProgressList.
    • getFailProgressList

      int getFailProgressList(int index)
      repeated uint32 fail_progress_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The failProgressList at the given index.
    • getLackedNpcMapCount

      int getLackedNpcMapCount()
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
    • containsLackedNpcMap

      boolean containsLackedNpcMap(int key)
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
    • getLackedNpcMap

      @Deprecated Map<Integer,Integer> getLackedNpcMap()
      Deprecated.
    • getLackedNpcMapMap

      Map<Integer,Integer> getLackedNpcMapMap()
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
    • getLackedNpcMapOrDefault

      int getLackedNpcMapOrDefault(int key, int defaultValue)
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
    • getLackedNpcMapOrThrow

      int getLackedNpcMapOrThrow(int key)
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
    • getLackedPlaceListList

      List<Integer> getLackedPlaceListList()
      repeated uint32 lacked_place_list = 14;
      Returns:
      A list containing the lackedPlaceList.
    • getLackedPlaceListCount

      int getLackedPlaceListCount()
      repeated uint32 lacked_place_list = 14;
      Returns:
      The count of lackedPlaceList.
    • getLackedPlaceList

      int getLackedPlaceList(int index)
      repeated uint32 lacked_place_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The lackedPlaceList at the given index.
    • getLackedPlaceMapCount

      int getLackedPlaceMapCount()
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
    • containsLackedPlaceMap

      boolean containsLackedPlaceMap(int key)
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
    • getLackedPlaceMap

      @Deprecated Map<Integer,Integer> getLackedPlaceMap()
      Deprecated.
    • getLackedPlaceMapMap

      Map<Integer,Integer> getLackedPlaceMapMap()
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
    • getLackedPlaceMapOrDefault

      int getLackedPlaceMapOrDefault(int key, int defaultValue)
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
    • getLackedPlaceMapOrThrow

      int getLackedPlaceMapOrThrow(int key)
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;