Interface Quest

    • Method Detail

      • values

        static Quest[] values()
      • getParent

        default int getParent()
      • getQP

        int getQP()
      • getChild

        int getChild()
      • getGrandChild

        int getGrandChild()
      • getStartedSetting

        int getStartedSetting()
      • getFinishedSetting

        int getFinishedSetting()
      • getConfigId

        default int getConfigId()
      • getConfigID

        @Deprecated
        default int getConfigID()
        Deprecated.
      • getVarBitId

        default int getVarBitId()
      • getVarBitID

        @Deprecated
        default int getVarBitID()
        Deprecated.
      • getConfigValue

        default int getConfigValue()
        Gets the current config value for the quest. This will auto determine based on varbit/config to which it should return.
        Returns:
      • hasRequirements

        default boolean hasRequirements()
        Checks if you have all the requirements for this quest
        Returns:
      • getColor

        default int getColor()
      • find

        boolean find()
      • getWidgetChild

        default WidgetChild getWidgetChild()
      • isStarted

        default boolean isStarted()
      • isFinished

        default boolean isFinished()