Class QuestOuterClass.Quest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
emu.grasscutter.net.proto.QuestOuterClass.Quest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, QuestOuterClass.QuestOrBuilder, Serializable
Enclosing class:
QuestOuterClass

public static final class QuestOuterClass.Quest extends com.google.protobuf.GeneratedMessageV3 implements QuestOuterClass.QuestOrBuilder
 Name: IBPHKCENHNF
 
Protobuf type Quest
See Also:
  • Field Details

    • QUEST_ID_FIELD_NUMBER

      public static final int QUEST_ID_FIELD_NUMBER
      See Also:
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • IS_RANDOM_FIELD_NUMBER

      public static final int IS_RANDOM_FIELD_NUMBER
      See Also:
    • PARENT_QUEST_ID_FIELD_NUMBER

      public static final int PARENT_QUEST_ID_FIELD_NUMBER
      See Also:
    • QUEST_CONFIG_ID_FIELD_NUMBER

      public static final int QUEST_CONFIG_ID_FIELD_NUMBER
      See Also:
    • START_GAME_TIME_FIELD_NUMBER

      public static final int START_GAME_TIME_FIELD_NUMBER
      See Also:
    • ACCEPT_TIME_FIELD_NUMBER

      public static final int ACCEPT_TIME_FIELD_NUMBER
      See Also:
    • LACKED_NPC_LIST_FIELD_NUMBER

      public static final int LACKED_NPC_LIST_FIELD_NUMBER
      See Also:
    • FINISH_PROGRESS_LIST_FIELD_NUMBER

      public static final int FINISH_PROGRESS_LIST_FIELD_NUMBER
      See Also:
    • FAIL_PROGRESS_LIST_FIELD_NUMBER

      public static final int FAIL_PROGRESS_LIST_FIELD_NUMBER
      See Also:
    • LACKED_NPC_MAP_FIELD_NUMBER

      public static final int LACKED_NPC_MAP_FIELD_NUMBER
      See Also:
    • LACKED_PLACE_LIST_FIELD_NUMBER

      public static final int LACKED_PLACE_LIST_FIELD_NUMBER
      See Also:
    • LACKED_PLACE_MAP_FIELD_NUMBER

      public static final int LACKED_PLACE_MAP_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getQuestId

      public int getQuestId()
      uint32 quest_id = 1;
      Specified by:
      getQuestId in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The questId.
    • getState

      public int getState()
      uint32 state = 2;
      Specified by:
      getState in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The state.
    • getStartTime

      public int getStartTime()
      uint32 start_time = 4;
      Specified by:
      getStartTime in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The startTime.
    • getIsRandom

      public boolean getIsRandom()
      bool is_random = 5;
      Specified by:
      getIsRandom in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The isRandom.
    • getParentQuestId

      public int getParentQuestId()
      uint32 parent_quest_id = 6;
      Specified by:
      getParentQuestId in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The parentQuestId.
    • getQuestConfigId

      public int getQuestConfigId()
      uint32 quest_config_id = 7;
      Specified by:
      getQuestConfigId in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The questConfigId.
    • getStartGameTime

      public int getStartGameTime()
      uint32 start_game_time = 8;
      Specified by:
      getStartGameTime in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The startGameTime.
    • getAcceptTime

      public int getAcceptTime()
      uint32 accept_time = 9;
      Specified by:
      getAcceptTime in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The acceptTime.
    • getLackedNpcListList

      public List<Integer> getLackedNpcListList()
      repeated uint32 lacked_npc_list = 10;
      Specified by:
      getLackedNpcListList in interface QuestOuterClass.QuestOrBuilder
      Returns:
      A list containing the lackedNpcList.
    • getLackedNpcListCount

      public int getLackedNpcListCount()
      repeated uint32 lacked_npc_list = 10;
      Specified by:
      getLackedNpcListCount in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The count of lackedNpcList.
    • getLackedNpcList

      public int getLackedNpcList(int index)
      repeated uint32 lacked_npc_list = 10;
      Specified by:
      getLackedNpcList in interface QuestOuterClass.QuestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The lackedNpcList at the given index.
    • getFinishProgressListList

      public List<Integer> getFinishProgressListList()
      repeated uint32 finish_progress_list = 11;
      Specified by:
      getFinishProgressListList in interface QuestOuterClass.QuestOrBuilder
      Returns:
      A list containing the finishProgressList.
    • getFinishProgressListCount

      public int getFinishProgressListCount()
      repeated uint32 finish_progress_list = 11;
      Specified by:
      getFinishProgressListCount in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The count of finishProgressList.
    • getFinishProgressList

      public int getFinishProgressList(int index)
      repeated uint32 finish_progress_list = 11;
      Specified by:
      getFinishProgressList in interface QuestOuterClass.QuestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The finishProgressList at the given index.
    • getFailProgressListList

      public List<Integer> getFailProgressListList()
      repeated uint32 fail_progress_list = 12;
      Specified by:
      getFailProgressListList in interface QuestOuterClass.QuestOrBuilder
      Returns:
      A list containing the failProgressList.
    • getFailProgressListCount

      public int getFailProgressListCount()
      repeated uint32 fail_progress_list = 12;
      Specified by:
      getFailProgressListCount in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The count of failProgressList.
    • getFailProgressList

      public int getFailProgressList(int index)
      repeated uint32 fail_progress_list = 12;
      Specified by:
      getFailProgressList in interface QuestOuterClass.QuestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The failProgressList at the given index.
    • getLackedNpcMapCount

      public int getLackedNpcMapCount()
      Description copied from interface: QuestOuterClass.QuestOrBuilder
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
      Specified by:
      getLackedNpcMapCount in interface QuestOuterClass.QuestOrBuilder
    • containsLackedNpcMap

      public boolean containsLackedNpcMap(int key)
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
      Specified by:
      containsLackedNpcMap in interface QuestOuterClass.QuestOrBuilder
    • getLackedNpcMap

      @Deprecated public Map<Integer,Integer> getLackedNpcMap()
      Deprecated.
      Specified by:
      getLackedNpcMap in interface QuestOuterClass.QuestOrBuilder
    • getLackedNpcMapMap

      public Map<Integer,Integer> getLackedNpcMapMap()
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
      Specified by:
      getLackedNpcMapMap in interface QuestOuterClass.QuestOrBuilder
    • getLackedNpcMapOrDefault

      public int getLackedNpcMapOrDefault(int key, int defaultValue)
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
      Specified by:
      getLackedNpcMapOrDefault in interface QuestOuterClass.QuestOrBuilder
    • getLackedNpcMapOrThrow

      public int getLackedNpcMapOrThrow(int key)
       NCPOOIMAKMO
       
      map<uint32, uint32> lacked_npc_map = 13;
      Specified by:
      getLackedNpcMapOrThrow in interface QuestOuterClass.QuestOrBuilder
    • getLackedPlaceListList

      public List<Integer> getLackedPlaceListList()
      repeated uint32 lacked_place_list = 14;
      Specified by:
      getLackedPlaceListList in interface QuestOuterClass.QuestOrBuilder
      Returns:
      A list containing the lackedPlaceList.
    • getLackedPlaceListCount

      public int getLackedPlaceListCount()
      repeated uint32 lacked_place_list = 14;
      Specified by:
      getLackedPlaceListCount in interface QuestOuterClass.QuestOrBuilder
      Returns:
      The count of lackedPlaceList.
    • getLackedPlaceList

      public int getLackedPlaceList(int index)
      repeated uint32 lacked_place_list = 14;
      Specified by:
      getLackedPlaceList in interface QuestOuterClass.QuestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The lackedPlaceList at the given index.
    • getLackedPlaceMapCount

      public int getLackedPlaceMapCount()
      Description copied from interface: QuestOuterClass.QuestOrBuilder
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
      Specified by:
      getLackedPlaceMapCount in interface QuestOuterClass.QuestOrBuilder
    • containsLackedPlaceMap

      public boolean containsLackedPlaceMap(int key)
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
      Specified by:
      containsLackedPlaceMap in interface QuestOuterClass.QuestOrBuilder
    • getLackedPlaceMap

      @Deprecated public Map<Integer,Integer> getLackedPlaceMap()
      Deprecated.
      Specified by:
      getLackedPlaceMap in interface QuestOuterClass.QuestOrBuilder
    • getLackedPlaceMapMap

      public Map<Integer,Integer> getLackedPlaceMapMap()
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
      Specified by:
      getLackedPlaceMapMap in interface QuestOuterClass.QuestOrBuilder
    • getLackedPlaceMapOrDefault

      public int getLackedPlaceMapOrDefault(int key, int defaultValue)
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
      Specified by:
      getLackedPlaceMapOrDefault in interface QuestOuterClass.QuestOrBuilder
    • getLackedPlaceMapOrThrow

      public int getLackedPlaceMapOrThrow(int key)
       OCDJABANKIH
       
      map<uint32, uint32> lacked_place_map = 15;
      Specified by:
      getLackedPlaceMapOrThrow in interface QuestOuterClass.QuestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static QuestOuterClass.Quest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static QuestOuterClass.Quest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static QuestOuterClass.Quest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public QuestOuterClass.Quest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static QuestOuterClass.Quest.Builder newBuilder()
    • newBuilder

      public static QuestOuterClass.Quest.Builder newBuilder(QuestOuterClass.Quest prototype)
    • toBuilder

      public QuestOuterClass.Quest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected QuestOuterClass.Quest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static QuestOuterClass.Quest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<QuestOuterClass.Quest> parser()
    • getParserForType

      public com.google.protobuf.Parser<QuestOuterClass.Quest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public QuestOuterClass.Quest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder