Package emu.grasscutter.net.proto
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsLackedNpcMap(int key) map<uint32, uint32> lacked_npc_map = 13;booleancontainsLackedPlaceMap(int key) map<uint32, uint32> lacked_place_map = 15;intuint32 accept_time = 9;intgetFailProgressList(int index) repeated uint32 fail_progress_list = 12;intrepeated uint32 fail_progress_list = 12;repeated uint32 fail_progress_list = 12;intgetFinishProgressList(int index) repeated uint32 finish_progress_list = 11;intrepeated uint32 finish_progress_list = 11;repeated uint32 finish_progress_list = 11;booleanbool is_random = 5;intgetLackedNpcList(int index) repeated uint32 lacked_npc_list = 10;intrepeated uint32 lacked_npc_list = 10;repeated uint32 lacked_npc_list = 10;Deprecated.intmap<uint32, uint32> lacked_npc_map = 13;map<uint32, uint32> lacked_npc_map = 13;intgetLackedNpcMapOrDefault(int key, int defaultValue) map<uint32, uint32> lacked_npc_map = 13;intgetLackedNpcMapOrThrow(int key) map<uint32, uint32> lacked_npc_map = 13;intgetLackedPlaceList(int index) repeated uint32 lacked_place_list = 14;intrepeated uint32 lacked_place_list = 14;repeated uint32 lacked_place_list = 14;Deprecated.intmap<uint32, uint32> lacked_place_map = 15;map<uint32, uint32> lacked_place_map = 15;intgetLackedPlaceMapOrDefault(int key, int defaultValue) map<uint32, uint32> lacked_place_map = 15;intgetLackedPlaceMapOrThrow(int key) map<uint32, uint32> lacked_place_map = 15;intuint32 parent_quest_id = 6;intuint32 quest_config_id = 7;intuint32 quest_id = 1;intuint32 start_game_time = 8;intuint32 start_time = 4;intgetState()uint32 state = 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
-
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
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
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
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()map<uint32, uint32> lacked_npc_map = 13; -
containsLackedNpcMap
boolean containsLackedNpcMap(int key) map<uint32, uint32> lacked_npc_map = 13; -
getLackedNpcMap
Deprecated.UsegetLackedNpcMapMap()instead. -
getLackedNpcMapMap
map<uint32, uint32> lacked_npc_map = 13; -
getLackedNpcMapOrDefault
int getLackedNpcMapOrDefault(int key, int defaultValue) map<uint32, uint32> lacked_npc_map = 13; -
getLackedNpcMapOrThrow
int getLackedNpcMapOrThrow(int key) map<uint32, uint32> lacked_npc_map = 13; -
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()map<uint32, uint32> lacked_place_map = 15; -
containsLackedPlaceMap
boolean containsLackedPlaceMap(int key) map<uint32, uint32> lacked_place_map = 15; -
getLackedPlaceMap
Deprecated.UsegetLackedPlaceMapMap()instead. -
getLackedPlaceMapMap
map<uint32, uint32> lacked_place_map = 15; -
getLackedPlaceMapOrDefault
int getLackedPlaceMapOrDefault(int key, int defaultValue) map<uint32, uint32> lacked_place_map = 15; -
getLackedPlaceMapOrThrow
int getLackedPlaceMapOrThrow(int key) map<uint32, uint32> lacked_place_map = 15;
-