You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Specifies when a player can make progress on a quest.
* <p>
* This is inspired by <a href="https://docs.feed-the-beast.com/docs/mods/suite/Quests/Developer/Quests/Settings#progression-mode">a similar setting in FTB Quests</a>.
*/
public enum QuestProgressionMode implements StringRepresentable {
/**
* Players can make progress on this quest’s tasks only if the quest is unlocked.
*/
LINEAR,
/**
* Players can make progress on this quest’s tasks at any time
* but can claim the rewards only once it is unlocked.