Uses of Enum Class
dev.twilite.game.facade.Quest
Packages that use Quest
-
Uses of Quest in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return QuestModifier and TypeMethodDescriptionstatic QuestReturns 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 QuestModifier and TypeMethodDescriptionstatic booleanReturns whetherquesthas reached its configured completion step.static booleanReturns whetherquesthas been started but not completed.static intReturns the raw progress value forquest.