Uses of Enum Class
dev.twilite.game.facade.Quest

Packages that use Quest
Package
Description
 
  • Uses of Quest in dev.twilite.game.facade

    Methods in dev.twilite.game.facade that return Quest
    Modifier and Type
    Method
    Description
    static Quest
    Quest.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Quest[]
    Quest.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in dev.twilite.game.facade with parameters of type Quest
    Modifier and Type
    Method
    Description
    static boolean
    Quests.complete(Quest quest)
    Returns whether quest has reached its configured completion step.
    static boolean
    Quests.started(Quest quest)
    Returns whether quest has been started but not completed.
    static int
    Quests.state(Quest quest)
    Returns the raw progress value for quest.